#5AE4DF

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

Shades of Turquoise Blue #5AE4DF

Tints of Turquoise Blue #5AE4DF

Color information

#5AE4DF (or 0x5AE4DF) is unknown color: approx Turquoise Blue. HEX triplet: 5A, E4 and DF. RGB value is (90,228,223). Sum of RGB (Red+Green+Blue) = 90+228+223=541 (71% of max value = 765). Red value is 90 (35.55% from 255 or 16.64% from 541); Green value is 228 (89.45% from 255 or 42.14% from 541); Blue value is 223 (87.5% from 255 or 41.22% from 541); Max value from RGB is 228 - color contains mainly: green. Hex color #5AE4DF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5AE4DF is #A51B20. Grayscale: #BABABA. Windows color (decimal): -10820385 or 14672986. OLE color: 14672986.

HSL color Cylindrical-coordinate representation of color #5AE4DF: hue angle of 177.83º degrees, saturation: 0.72, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5AE4DF is Cyan = 0.61, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.11.

Color convert

RGB90228223-
CMYK0.6100.020.11
HSL177.83º71.88%62.35%-
HSV(B)177.83º60.53%89.41%-
XYZ45.2862.9979.58-
YUV186.17148.7859.41-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 16.64%
GREEN value IS 228 (89.45% from 255) = 42.14%
BLUE value IS 223 (87.5% from 255) = 41.22%
R=16.64%
G=42.14%
B=41.22%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal902282230.6100.020.11177.8371.8862.35
Hex5AE4DF3D02Bb2483e
Octal13234433775021326211076
Binary101101011100100110111111111010101011101100101001000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AE4DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,228,223); }

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

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

 a { background-color: rgb(90,228,223); }

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

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

 span { border-color: rgb(90,228,223); }

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