Html Css Color HEX #5AE4C8 Turquoise

📋 copy color: '#5AE4C8'

red 90 ◦ green 228 ◦ blue 200

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

Shades of Turquoise #5AE4C8

Tints of Turquoise #5AE4C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 38.61%

R = 17.37%
G = 44.02%
B = 38.61%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.12

 K value IS 0.11

RGB Variations

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

Color information

#5AE4C8 (or 0x5AE4C8) is known color: Turquoise. HEX triplet: 5A, E4 and C8. RGB value is (90,228,200). Sum of RGB (Red+Green+Blue) = 90+228+200=518 (68% of max value = 765). Red value is 90 (35.55% from 255 or 17.37% from 518); Green value is 228 (89.45% from 255 or 44.02% from 518); Blue value is 200 (78.52% from 255 or 38.61% from 518); Max value from RGB is 228 - color contains mainly: green. Hex color #5AE4C8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5AE4C8 is #A51B37. Grayscale: #B7B7B7. Windows color (decimal): -10820408 or 13165658. OLE color: 13165658.

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

Color convert

RGB 90 228 200 -
CMYK 0.61 0 0.12 0.11
HSL 167.83º 0.72% 0.62% -
HSV(B) 167.83º 0.61% 0.89% -
XYZ 42.39 61.83 64.34 -
YUV 183.55 137.28 61.28 -
System Red Green Blue C M Y K H S L
Decimal 90 228 200 0.61 0 0.12 0.11 167.83 0.72 0.62
Hex 5A E4 C8 3D 0 C B A8 48 3E
Octal 132 344 310 75 0 14 13 250 110 76
Binary 1011010 11100100 11001000 111101 0 1100 1011 10101000 1001000 111110

Color Harmonies of #5AE4C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AE4C8

Black with #5AE4C8

Text Example


Text Example

White with #5AE4C8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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