#05f1e9

Color #05F1E9 Bright Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bright Turquoise #05F1E9

Tints of Bright Turquoise #05F1E9

Color information

#05F1E9 (or 0x05F1E9) is unknown color: approx Bright Turquoise. HEX triplet: 05, F1 and E9. RGB value is (5,241,233). Sum of RGB (Red+Green+Blue) = 5+241+233=479 (63% of max value = 765). Red value is 5 (2.34% from 255 or 1.04% from 479); Green value is 241 (94.53% from 255 or 50.31% from 479); Blue value is 233 (91.41% from 255 or 48.64% from 479); Max value from RGB is 241 - color contains mainly: green. Hex color #05F1E9 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #05F1E9 is #FA0E16. Grayscale: #A9A9A9. Windows color (decimal): -16387607 or 15331589. OLE color: 15331589.

HSL color Cylindrical-coordinate representation of color #05F1E9: hue angle of 177.97º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05F1E9 is Cyan = 0.98, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.05.

Color convert

RGB5241233-
CMYK0.9800.030.05
HSL177.97º95.93%48.24%-
HSV(B)177.97º97.93%94.51%-
XYZ46.2368.8387.94-
YUV169.52163.8110.65-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 5 (2.34% from 255) = 1.04%
GREEN value IS 241 (94.53% from 255) = 50.31%
BLUE value IS 233 (91.41% from 255) = 48.64%
R=1.04%
G=50.31%
B=48.64%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal52412330.9800.030.05177.9795.9348.24
Hex5F1E962035b26030
Octal536135114203526214060
Binary10111110001111010011100010011101101100101100000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05f1e9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05f1e9; }

 p { color: rgb(5,241,233); }

 H1.HeaderClassName
 {
   color: #05f1e9;
 }
 .AnyTagClassName
 {
   color: #05f1e9;
 }
</style>
background-color css

<style>
 a { background-color: #05f1e9; }

 a { background-color: rgb(5,241,233); }

 div.DivClassName
 {
   background-color: #05f1e9;
 }
 .BgClassName
 {
   background-color: #05f1e9;
 }
</style>
border-color css

<style>
 span { border-color: #05f1e9; }

 span { border-color: rgb(5,241,233); }

 td.TdClassName
 {
   border-color: #05f1e9;
 }
 .TagClassName
 {
   border-color: #05f1e9;
 }
</style>