Html Css Color HEX #5ECEC8 Medium Turquoise

📋 copy color: '#5ECEC8'

red 94 ◦ green 206 ◦ blue 200

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

Shades of Medium Turquoise #5ECEC8

Tints of Medium Turquoise #5ECEC8

RGB

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

 GREEN value IS 206 (80.86% from 255) = 41.2%

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

R = 18.8%
G = 41.2%
B = 40%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.03

 K value IS 0.19

RGB Variations

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

Color information

#5ECEC8 (or 0x5ECEC8) is known color: Medium Turquoise. HEX triplet: 5E, CE and C8. RGB value is (94,206,200). Sum of RGB (Red+Green+Blue) = 94+206+200=500 (66% of max value = 765). Red value is 94 (37.11% from 255 or 18.8% from 500); Green value is 206 (80.86% from 255 or 41.2% from 500); Blue value is 200 (78.52% from 255 or 40% from 500); Max value from RGB is 206 - color contains mainly: green. Hex color #5ECEC8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ECEC8 is #A13137. Grayscale: #ABABAB. Windows color (decimal): -10563896 or 13160030. OLE color: 13160030.

HSL color Cylindrical-coordinate representation of color #5ECEC8: hue angle of 176.79º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5ECEC8 is Cyan = 0.54, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.19.

Color convert

RGB 94 206 200 -
CMYK 0.54 0 0.03 0.19
HSL 176.79º 0.53% 0.59% -
HSV(B) 176.79º 0.54% 0.81% -
XYZ 37.11 50.69 62.47 -
YUV 171.83 143.89 72.49 -
System Red Green Blue C M Y K H S L
Decimal 94 206 200 0.54 0 0.03 0.19 176.79 0.53 0.59
Hex 5E CE C8 36 0 3 13 B1 35 3B
Octal 136 316 310 66 0 3 23 261 65 73
Binary 1011110 11001110 11001000 110110 0 11 10011 10110001 110101 111011

Color Harmonies of #5ECEC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ECEC8

Black with #5ECEC8

Text Example


Text Example

White with #5ECEC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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