#5AF0C2

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

Shades of Turquoise #5AF0C2

Tints of Turquoise #5AF0C2

Color information

#5AF0C2 (or 0x5AF0C2) is unknown color: approx Turquoise. HEX triplet: 5A, F0 and C2. RGB value is (90,240,194). Sum of RGB (Red+Green+Blue) = 90+240+194=524 (69% of max value = 765). Red value is 90 (35.55% from 255 or 17.18% from 524); Green value is 240 (94.14% from 255 or 45.80% from 524); Blue value is 194 (76.17% from 255 or 37.02% from 524); Max value from RGB is 240 - color contains mainly: green. Hex color #5AF0C2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5AF0C2 is #A50F3D. Grayscale: #BDBDBD. Windows color (decimal): -10817342 or 12775514. OLE color: 12775514.

HSL color Cylindrical-coordinate representation of color #5AF0C2: hue angle of 161.6º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5AF0C2 is Cyan = 0.62, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.06.

Color convert

RGB90240194-
CMYK0.6200.190.06
HSL161.6º83.33%64.71%-
HSV(B)161.6º62.5%94.12%-
XYZ45.1168.3961.86-
YUV189.91130.356.74-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 17.18%
GREEN value IS 240 (94.14% from 255) = 45.80%
BLUE value IS 194 (76.17% from 255) = 37.02%
R=17.18%
G=45.80%
B=37.02%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal902401940.6200.190.06161.683.3364.71
Hex5AF0C23E0136a25341
Octal132360302760236242123101
Binary101101011110000110000101111100100111101010001010100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AF0C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5AF0C2; }

 p { color: rgb(90,240,194); }

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

<style>
 a { background-color: #5AF0C2; }

 a { background-color: rgb(90,240,194); }

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

<style>
 span { border-color: #5AF0C2; }

 span { border-color: rgb(90,240,194); }

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