#5AF3DA

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

Shades of Turquoise #5AF3DA

Tints of Turquoise #5AF3DA

Color information

#5AF3DA (or 0x5AF3DA) is unknown color: approx Turquoise. HEX triplet: 5A, F3 and DA. RGB value is (90,243,218). Sum of RGB (Red+Green+Blue) = 90+243+218=551 (72% of max value = 765). Red value is 90 (35.55% from 255 or 16.33% from 551); Green value is 243 (95.31% from 255 or 44.10% from 551); Blue value is 218 (85.55% from 255 or 39.56% from 551); Max value from RGB is 243 - color contains mainly: green. Hex color #5AF3DA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5AF3DA is #A50C25. Grayscale: #C2C2C2. Windows color (decimal): -10816550 or 14349146. OLE color: 14349146.

HSL color Cylindrical-coordinate representation of color #5AF3DA: hue angle of 170.2º degrees, saturation: 0.86, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5AF3DA is Cyan = 0.63, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.

Color convert

RGB90243218-
CMYK0.6300.100.05
HSL170.2º86.44%65.29%-
HSV(B)170.2º62.96%95.29%-
XYZ48.9271.3477.52-
YUV194.4141.3153.53-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 16.33%
GREEN value IS 243 (95.31% from 255) = 44.10%
BLUE value IS 218 (85.55% from 255) = 39.56%
R=16.33%
G=44.10%
B=39.56%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal902432180.6300.100.05170.286.4465.29
Hex5AF3DA3F0A5aa5641
Octal132363332770125252126101
Binary10110101111001111011010111111010101011010101010101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AF3DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,243,218); }

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

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

 a { background-color: rgb(90,243,218); }

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

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

 span { border-color: rgb(90,243,218); }

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