#5AF0D2

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

Shades of Turquoise #5AF0D2

Tints of Turquoise #5AF0D2

Color information

#5AF0D2 (or 0x5AF0D2) is unknown color: approx Turquoise. HEX triplet: 5A, F0 and D2. RGB value is (90,240,210). Sum of RGB (Red+Green+Blue) = 90+240+210=540 (71% of max value = 765). Red value is 90 (35.55% from 255 or 16.67% from 540); Green value is 240 (94.14% from 255 or 44.44% from 540); Blue value is 210 (82.42% from 255 or 38.89% from 540); Max value from RGB is 240 - color contains mainly: green. Hex color #5AF0D2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5AF0D2 is #A50F2D. Grayscale: #BFBFBF. Windows color (decimal): -10817326 or 13824090. OLE color: 13824090.

HSL color Cylindrical-coordinate representation of color #5AF0D2: hue angle of 168º 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 #5AF0D2 is Cyan = 0.62, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.06.

Color convert

RGB90240210-
CMYK0.6200.120.06
HSL168º83.33%64.71%-
HSV(B)168º62.5%94.12%-
XYZ47.0169.1571.84-
YUV191.73138.355.44-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 16.67%
GREEN value IS 240 (94.14% from 255) = 44.44%
BLUE value IS 210 (82.42% from 255) = 38.89%
R=16.67%
G=44.44%
B=38.89%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal902402100.6200.120.0616883.3364.71
Hex5AF0D23E0C6a85341
Octal132360322760146250123101
Binary10110101111000011010010111110011001101010100010100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AF0D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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