Html Css Color HEX #5AE8D4 Turquoise

📋 copy color: '#5AE8D4'

red 90 ◦ green 232 ◦ blue 212

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

Shades of Turquoise #5AE8D4

Tints of Turquoise #5AE8D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 39.7%

R = 16.85%
G = 43.45%
B = 39.7%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.09

 K value IS 0.09

RGB Variations

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

Color information

#5AE8D4 (or 0x5AE8D4) is known color: Turquoise. HEX triplet: 5A, E8 and D4. RGB value is (90,232,212). Sum of RGB (Red+Green+Blue) = 90+232+212=534 (70% of max value = 765). Red value is 90 (35.55% from 255 or 16.85% from 534); Green value is 232 (91.02% from 255 or 43.45% from 534); Blue value is 212 (83.20% from 255 or 39.70% from 534); Max value from RGB is 232 - color contains mainly: green. Hex color #5AE8D4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5AE8D4 is #A5172B. Grayscale: #BBBBBB. Windows color (decimal): -10819372 or 13953114. OLE color: 13953114.

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

Color convert

RGB 90 232 212 -
CMYK 0.61 0 0.09 0.09
HSL 171.55º 0.76% 0.63% -
HSV(B) 171.55º 0.61% 0.91% -
XYZ 44.96 64.64 72.39 -
YUV 187.26 141.96 58.63 -
System Red Green Blue C M Y K H S L
Decimal 90 232 212 0.61 0 0.09 0.09 171.55 0.76 0.63
Hex 5A E8 D4 3D 0 9 9 AC 4C 3F
Octal 132 350 324 75 0 11 11 254 114 77
Binary 1011010 11101000 11010100 111101 0 1001 1001 10101100 1001100 111111

Color Harmonies of #5AE8D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AE8D4

Black with #5AE8D4

Text Example


Text Example

White with #5AE8D4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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