Html Css Color HEX #5AE4D8 Turquoise

📋 copy color: '#5AE4D8'

red 90 ◦ green 228 ◦ blue 216

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

Shades of Turquoise #5AE4D8

Tints of Turquoise #5AE4D8

RGB

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

 GREEN value IS 228 (89.45% from 255) = 42.7%

 BLUE value IS 216 (84.77% from 255) = 40.45%

R = 16.85%
G = 42.7%
B = 40.45%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.05

 K value IS 0.11

RGB Variations

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

Color information

#5AE4D8 (or 0x5AE4D8) is known color: Turquoise. HEX triplet: 5A, E4 and D8. RGB value is (90,228,216). Sum of RGB (Red+Green+Blue) = 90+228+216=534 (70% of max value = 765). Red value is 90 (35.55% from 255 or 16.85% from 534); Green value is 228 (89.45% from 255 or 42.70% from 534); Blue value is 216 (84.77% from 255 or 40.45% from 534); Max value from RGB is 228 - color contains mainly: green. Hex color #5AE4D8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5AE4D8 is #A51B27. Grayscale: #B9B9B9. Windows color (decimal): -10820392 or 14214234. OLE color: 14214234.

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

Color convert

RGB 90 228 216 -
CMYK 0.61 0 0.05 0.11
HSL 174.78º 0.72% 0.62% -
HSV(B) 174.78º 0.61% 0.89% -
XYZ 44.35 62.62 74.71 -
YUV 185.37 145.28 59.98 -
System Red Green Blue C M Y K H S L
Decimal 90 228 216 0.61 0 0.05 0.11 174.78 0.72 0.62
Hex 5A E4 D8 3D 0 5 B AF 48 3E
Octal 132 344 330 75 0 5 13 257 110 76
Binary 1011010 11100100 11011000 111101 0 101 1011 10101111 1001000 111110

Color Harmonies of #5AE4D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AE4D8

Black with #5AE4D8

Text Example


Text Example

White with #5AE4D8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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