Html Css Color HEX #5ECCC8 Medium Turquoise

📋 copy color: '#5ECCC8'

red 94 ◦ green 204 ◦ blue 200

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

Shades of Medium Turquoise #5ECCC8

Tints of Medium Turquoise #5ECCC8

RGB

 RED value IS 94 (37.11% from 255) = 18.88%

 GREEN value IS 204 (80.08% from 255) = 40.96%

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

R = 18.88%
G = 40.96%
B = 40.16%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.02

 K value IS 0.2

RGB Variations

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

Color information

#5ECCC8 (or 0x5ECCC8) is known color: Medium Turquoise. HEX triplet: 5E, CC and C8. RGB value is (94,204,200). Sum of RGB (Red+Green+Blue) = 94+204+200=498 (65% of max value = 765). Red value is 94 (37.11% from 255 or 18.88% from 498); Green value is 204 (80.08% from 255 or 40.96% from 498); Blue value is 200 (78.52% from 255 or 40.16% from 498); Max value from RGB is 204 - color contains mainly: green. Hex color #5ECCC8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ECCC8 is #A13337. Grayscale: #AAAAAA. Windows color (decimal): -10564408 or 13159518. OLE color: 13159518.

HSL color Cylindrical-coordinate representation of color #5ECCC8: hue angle of 177.82º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5ECCC8 is Cyan = 0.54, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.2.

Color convert

RGB 94 204 200 -
CMYK 0.54 0 0.02 0.2
HSL 177.82º 0.52% 0.58% -
HSV(B) 177.82º 0.54% 0.8% -
XYZ 36.63 49.74 62.31 -
YUV 170.65 144.56 73.33 -
System Red Green Blue C M Y K H S L
Decimal 94 204 200 0.54 0 0.02 0.2 177.82 0.52 0.58
Hex 5E CC C8 36 0 2 14 B2 34 3A
Octal 136 314 310 66 0 2 24 262 64 72
Binary 1011110 11001100 11001000 110110 0 10 10100 10110010 110100 111010

Color Harmonies of #5ECCC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ECCC8

Black with #5ECCC8

Text Example


Text Example

White with #5ECCC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,204,200); }

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

background-color css

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

 a { background-color: rgb(94,204,200); }

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

border-color css

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

 span { border-color: rgb(94,204,200); }

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