Html Css Color HEX #4ECDDD Medium Turquoise

📋 copy color: '#4ECDDD'

red 78 ◦ green 205 ◦ blue 221

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

Shades of Medium Turquoise #4ECDDD

Tints of Medium Turquoise #4ECDDD

RGB

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

 GREEN value IS 205 (80.47% from 255) = 40.67%

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

R = 15.48%
G = 40.67%
B = 43.85%

CMYK

 C value IS 0.65

 M value IS 0.07

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#4ECDDD (or 0x4ECDDD) is known color: Medium Turquoise. HEX triplet: 4E, CD and DD. RGB value is (78,205,221). Sum of RGB (Red+Green+Blue) = 78+205+221=504 (66% of max value = 765). Red value is 78 (30.86% from 255 or 15.48% from 504); Green value is 205 (80.47% from 255 or 40.67% from 504); Blue value is 221 (86.72% from 255 or 43.85% from 504); Max value from RGB is 221 - color contains mainly: blue. Hex color #4ECDDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4ECDDD is #B13222. Grayscale: #A8A8A8. Windows color (decimal): -11612707 or 14536014. OLE color: 14536014.

HSL color Cylindrical-coordinate representation of color #4ECDDD: hue angle of 186.71º 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 #4ECDDD is Cyan = 0.65, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 78 205 221 -
CMYK 0.65 0.07 0 0.13
HSL 186.71º 0.68% 0.59% -
HSV(B) 186.71º 0.65% 0.87% -
XYZ 38.02 50.5 76.15 -
YUV 168.85 157.42 63.2 -
System Red Green Blue C M Y K H S L
Decimal 78 205 221 0.65 0.07 0 0.13 186.71 0.68 0.59
Hex 4E CD DD 41 7 0 D BB 44 3B
Octal 116 315 335 101 7 0 15 273 104 73
Binary 1001110 11001101 11011101 1000001 111 0 1101 10111011 1000100 111011

Color Harmonies of #4ECDDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4ECDDD

Black with #4ECDDD

Text Example


Text Example

White with #4ECDDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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