Html Css Color HEX #4ECCCA Medium Turquoise

📋 copy color: '#4ECCCA'

red 78 ◦ green 204 ◦ blue 202

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

Shades of Medium Turquoise #4ECCCA

Tints of Medium Turquoise #4ECCCA

RGB

 RED value IS 78 (30.86% from 255) = 16.12%

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

 BLUE value IS 202 (79.3% from 255) = 41.74%

R = 16.12%
G = 42.15%
B = 41.74%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.01

 K value IS 0.2

RGB Variations

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

Color information

#4ECCCA (or 0x4ECCCA) is known color: Medium Turquoise. HEX triplet: 4E, CC and CA. RGB value is (78,204,202). Sum of RGB (Red+Green+Blue) = 78+204+202=484 (64% of max value = 765). Red value is 78 (30.86% from 255 or 16.12% from 484); Green value is 204 (80.08% from 255 or 42.15% from 484); Blue value is 202 (79.30% from 255 or 41.74% from 484); Max value from RGB is 204 - color contains mainly: green. Hex color #4ECCCA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4ECCCA is #B13335. Grayscale: #A5A5A5. Windows color (decimal): -11612982 or 13290574. OLE color: 13290574.

HSL color Cylindrical-coordinate representation of color #4ECCCA: hue angle of 179.05º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4ECCCA is Cyan = 0.62, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.2.

Color convert

RGB 78 204 202 -
CMYK 0.62 0 0.01 0.2
HSL 179.05º 0.55% 0.55% -
HSV(B) 179.05º 0.62% 0.8% -
XYZ 35.4 49.07 63.48 -
YUV 166.1 148.26 65.16 -
System Red Green Blue C M Y K H S L
Decimal 78 204 202 0.62 0 0.01 0.2 179.05 0.55 0.55
Hex 4E CC CA 3E 0 1 14 B3 37 37
Octal 116 314 312 76 0 1 24 263 67 67
Binary 1001110 11001100 11001010 111110 0 1 10100 10110011 110111 110111

Color Harmonies of #4ECCCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4ECCCA

Black with #4ECCCA

Text Example


Text Example

White with #4ECCCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4ECCCA; }

 p { color: rgb(78,204,202); }

 H1.HeaderClassName
 {
   color: #4ECCCA;
 }
 .AnyTagClassName
 {
   color: #4ECCCA;
 }
</style>

background-color css

<style>
 a { background-color: #4ECCCA; }

 a { background-color: rgb(78,204,202); }

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

border-color css

<style>
 span { border-color: #4ECCCA; }

 span { border-color: rgb(78,204,202); }

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