Html Css Color HEX #5AE6C8 Turquoise

📋 copy color: '#5AE6C8'

red 90 ◦ green 230 ◦ blue 200

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

Shades of Turquoise #5AE6C8

Tints of Turquoise #5AE6C8

RGB

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

 GREEN value IS 230 (90.23% from 255) = 44.23%

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

R = 17.31%
G = 44.23%
B = 38.46%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.13

 K value IS 0.10

RGB Variations

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

Color information

#5AE6C8 (or 0x5AE6C8) is known color: Turquoise. HEX triplet: 5A, E6 and C8. RGB value is (90,230,200). Sum of RGB (Red+Green+Blue) = 90+230+200=520 (68% of max value = 765). Red value is 90 (35.55% from 255 or 17.31% from 520); Green value is 230 (90.23% from 255 or 44.23% from 520); Blue value is 200 (78.52% from 255 or 38.46% from 520); Max value from RGB is 230 - color contains mainly: green. Hex color #5AE6C8 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5AE6C8 is #A51937. Grayscale: #B8B8B8. Windows color (decimal): -10819896 or 13166170. OLE color: 13166170.

HSL color Cylindrical-coordinate representation of color #5AE6C8: hue angle of 167.14º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5AE6C8 is Cyan = 0.61, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.10.

Color convert

RGB 90 230 200 -
CMYK 0.61 0 0.13 0.10
HSL 167.14º 0.74% 0.63% -
HSV(B) 167.14º 0.61% 0.9% -
XYZ 42.94 62.94 64.53 -
YUV 184.72 136.62 60.44 -
System Red Green Blue C M Y K H S L
Decimal 90 230 200 0.61 0 0.13 0.10 167.14 0.74 0.63
Hex 5A E6 C8 3D 0 D A A7 4A 3F
Octal 132 346 310 75 0 15 12 247 112 77
Binary 1011010 11100110 11001000 111101 0 1101 1010 10100111 1001010 111111

Color Harmonies of #5AE6C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AE6C8

Black with #5AE6C8

Text Example


Text Example

White with #5AE6C8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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