#5AE8DF

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

Shades of Turquoise Blue #5AE8DF

Tints of Turquoise Blue #5AE8DF

Color information

#5AE8DF (or 0x5AE8DF) is unknown color: approx Turquoise Blue. HEX triplet: 5A, E8 and DF. RGB value is (90,232,223). Sum of RGB (Red+Green+Blue) = 90+232+223=545 (72% of max value = 765). Red value is 90 (35.55% from 255 or 16.51% from 545); Green value is 232 (91.02% from 255 or 42.57% from 545); Blue value is 223 (87.5% from 255 or 40.92% from 545); Max value from RGB is 232 - color contains mainly: green. Hex color #5AE8DF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5AE8DF is #A51720. Grayscale: #BCBCBC. Windows color (decimal): -10819361 or 14674010. OLE color: 14674010.

HSL color Cylindrical-coordinate representation of color #5AE8DF: hue angle of 176.2º degrees, saturation: 0.76, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5AE8DF is Cyan = 0.61, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.09.

Color convert

RGB90232223-
CMYK0.6100.040.09
HSL176.2º75.53%63.14%-
HSV(B)176.2º61.21%90.98%-
XYZ46.3965.2179.95-
YUV188.52147.4657.73-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 16.51%
GREEN value IS 232 (91.02% from 255) = 42.57%
BLUE value IS 223 (87.5% from 255) = 40.92%
R=16.51%
G=42.57%
B=40.92%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal902322230.6100.040.09176.275.5363.14
Hex5AE8DF3D049b04c3f
Octal13235033775041126011477
Binary1011010111010001101111111110101001001101100001001100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AE8DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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