Html Css Color HEX #4EDECD Turquoise

📋 copy color: '#4EDECD'

red 78 ◦ green 222 ◦ blue 205

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

Shades of Turquoise #4EDECD

Tints of Turquoise #4EDECD

RGB

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

 GREEN value IS 222 (87.11% from 255) = 43.96%

 BLUE value IS 205 (80.47% from 255) = 40.59%

R = 15.45%
G = 43.96%
B = 40.59%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.08

 K value IS 0.13

RGB Variations

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

Color information

#4EDECD (or 0x4EDECD) is known color: Turquoise. HEX triplet: 4E, DE and CD. RGB value is (78,222,205). Sum of RGB (Red+Green+Blue) = 78+222+205=505 (66% of max value = 765). Red value is 78 (30.86% from 255 or 15.45% from 505); Green value is 222 (87.11% from 255 or 43.96% from 505); Blue value is 205 (80.47% from 255 or 40.59% from 505); Max value from RGB is 222 - color contains mainly: green. Hex color #4EDECD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4EDECD is #B12132. Grayscale: #B0B0B0. Windows color (decimal): -11608371 or 13491790. OLE color: 13491790.

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

Color convert

RGB 78 222 205 -
CMYK 0.65 0 0.08 0.13
HSL 172.92º 0.69% 0.59% -
HSV(B) 172.92º 0.65% 0.87% -
XYZ 40.28 58.27 66.88 -
YUV 177.01 143.79 57.38 -
System Red Green Blue C M Y K H S L
Decimal 78 222 205 0.65 0 0.08 0.13 172.92 0.69 0.59
Hex 4E DE CD 41 0 8 D AD 45 3B
Octal 116 336 315 101 0 10 15 255 105 73
Binary 1001110 11011110 11001101 1000001 0 1000 1101 10101101 1000101 111011

Color Harmonies of #4EDECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EDECD

Black with #4EDECD

Text Example


Text Example

White with #4EDECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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