Html Css Color HEX #5ECCC7 Medium Turquoise

📋 copy color: '#5ECCC7'

red 94 ◦ green 204 ◦ blue 199

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

Shades of Medium Turquoise #5ECCC7

Tints of Medium Turquoise #5ECCC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 40.04%

R = 18.91%
G = 41.05%
B = 40.04%

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

#5ECCC7 (or 0x5ECCC7) is known color: Medium Turquoise. HEX triplet: 5E, CC and C7. RGB value is (94,204,199). Sum of RGB (Red+Green+Blue) = 94+204+199=497 (65% of max value = 765). Red value is 94 (37.11% from 255 or 18.91% from 497); Green value is 204 (80.08% from 255 or 41.05% from 497); Blue value is 199 (78.12% from 255 or 40.04% from 497); Max value from RGB is 204 - color contains mainly: green. Hex color #5ECCC7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ECCC7 is #A13338. Grayscale: #AAAAAA. Windows color (decimal): -10564409 or 13093982. OLE color: 13093982.

HSL color Cylindrical-coordinate representation of color #5ECCC7: hue angle of 177.27º 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 #5ECCC7 is Cyan = 0.54, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.2.

Color convert

RGB 94 204 199 -
CMYK 0.54 0 0.02 0.2
HSL 177.27º 0.52% 0.58% -
HSV(B) 177.27º 0.54% 0.8% -
XYZ 36.52 49.69 61.7 -
YUV 170.54 144.06 73.41 -
System Red Green Blue C M Y K H S L
Decimal 94 204 199 0.54 0 0.02 0.2 177.27 0.52 0.58
Hex 5E CC C7 36 0 2 14 B1 34 3A
Octal 136 314 307 66 0 2 24 261 64 72
Binary 1011110 11001100 11000111 110110 0 10 10100 10110001 110100 111010

Color Harmonies of #5ECCC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ECCC7

Black with #5ECCC7

Text Example


Text Example

White with #5ECCC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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