Html Css Color HEX #4ECCDD Medium Turquoise

📋 copy color: '#4ECCDD'

red 78 ◦ green 204 ◦ blue 221

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

Shades of Medium Turquoise #4ECCDD

Tints of Medium Turquoise #4ECCDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 43.94%

R = 15.51%
G = 40.56%
B = 43.94%

CMYK

 C value IS 0.65

 M value IS 0.08

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#4ECCDD (or 0x4ECCDD) is known color: Medium Turquoise. HEX triplet: 4E, CC and DD. RGB value is (78,204,221). Sum of RGB (Red+Green+Blue) = 78+204+221=503 (66% of max value = 765). Red value is 78 (30.86% from 255 or 15.51% from 503); Green value is 204 (80.08% from 255 or 40.56% from 503); Blue value is 221 (86.72% from 255 or 43.94% from 503); Max value from RGB is 221 - color contains mainly: blue. Hex color #4ECCDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4ECCDD is #B13322. Grayscale: #A8A8A8. Windows color (decimal): -11612963 or 14535758. OLE color: 14535758.

HSL color Cylindrical-coordinate representation of color #4ECCDD: hue angle of 187.13º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4ECCDD is Cyan = 0.65, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 78 204 221 -
CMYK 0.65 0.08 0 0.13
HSL 187.13º 0.68% 0.59% -
HSV(B) 187.13º 0.65% 0.87% -
XYZ 37.79 50.03 76.07 -
YUV 168.26 157.76 63.62 -
System Red Green Blue C M Y K H S L
Decimal 78 204 221 0.65 0.08 0 0.13 187.13 0.68 0.59
Hex 4E CC DD 41 8 0 D BB 44 3B
Octal 116 314 335 101 10 0 15 273 104 73
Binary 1001110 11001100 11011101 1000001 1000 0 1101 10111011 1000100 111011

Color Harmonies of #4ECCDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4ECCDD

Black with #4ECCDD

Text Example


Text Example

White with #4ECCDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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