Html Css Color HEX #5AE8D9 Turquoise

📋 copy color: '#5AE8D9'

red 90 ◦ green 232 ◦ blue 217

#5AE8D9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Turquoise #5AE8D9

Tints of Turquoise #5AE8D9

RGB

 RED value IS 90 (35.55% from 255) = 16.7%

 GREEN value IS 232 (91.02% from 255) = 43.04%

 BLUE value IS 217 (85.16% from 255) = 40.26%

R = 16.7%
G = 43.04%
B = 40.26%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.06

 K value IS 0.09

RGB Variations

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

Color information

#5AE8D9 (or 0x5AE8D9) is known color: Turquoise. HEX triplet: 5A, E8 and D9. RGB value is (90,232,217). Sum of RGB (Red+Green+Blue) = 90+232+217=539 (71% of max value = 765). Red value is 90 (35.55% from 255 or 16.70% from 539); Green value is 232 (91.02% from 255 or 43.04% from 539); Blue value is 217 (85.16% from 255 or 40.26% from 539); Max value from RGB is 232 - color contains mainly: green. Hex color #5AE8D9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5AE8D9 is #A51726. Grayscale: #BBBBBB. Windows color (decimal): -10819367 or 14280794. OLE color: 14280794.

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

Color convert

RGB 90 232 217 -
CMYK 0.61 0 0.06 0.09
HSL 173.66º 0.76% 0.63% -
HSV(B) 173.66º 0.61% 0.91% -
XYZ 45.6 64.9 75.77 -
YUV 187.83 144.46 58.22 -
System Red Green Blue C M Y K H S L
Decimal 90 232 217 0.61 0 0.06 0.09 173.66 0.76 0.63
Hex 5A E8 D9 3D 0 6 9 AE 4C 3F
Octal 132 350 331 75 0 6 11 256 114 77
Binary 1011010 11101000 11011001 111101 0 110 1001 10101110 1001100 111111

Color Harmonies of #5AE8D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AE8D9

Black with #5AE8D9

Text Example


Text Example

White with #5AE8D9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #5AE8D9;
 }
 .AnyTagClassName
 {
   color: #5AE8D9;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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