#5AE4DD

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

Shades of Turquoise Blue #5AE4DD

Tints of Turquoise Blue #5AE4DD

Color information

#5AE4DD (or 0x5AE4DD) is unknown color: approx Turquoise Blue. HEX triplet: 5A, E4 and DD. RGB value is (90,228,221). Sum of RGB (Red+Green+Blue) = 90+228+221=539 (71% of max value = 765). Red value is 90 (35.55% from 255 or 16.70% from 539); Green value is 228 (89.45% from 255 or 42.30% from 539); Blue value is 221 (86.72% from 255 or 41.00% from 539); Max value from RGB is 228 - color contains mainly: green. Hex color #5AE4DD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5AE4DD is #A51B22. Grayscale: #B9B9B9. Windows color (decimal): -10820387 or 14541914. OLE color: 14541914.

HSL color Cylindrical-coordinate representation of color #5AE4DD: hue angle of 176.96º 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 #5AE4DD is Cyan = 0.61, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.11.

Color convert

RGB90228221-
CMYK0.6100.030.11
HSL176.96º71.88%62.35%-
HSV(B)176.96º60.53%89.41%-
XYZ45.0162.8878.17-
YUV185.94147.7859.57-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 16.70%
GREEN value IS 228 (89.45% from 255) = 42.30%
BLUE value IS 221 (86.72% from 255) = 41.00%
R=16.70%
G=42.30%
B=41.00%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal902282210.6100.030.11176.9671.8862.35
Hex5AE4DD3D03Bb1483e
Octal13234433575031326111076
Binary101101011100100110111011111010111011101100011001000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AE4DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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