Html Css Color HEX #4EDDCE Turquoise

📋 copy color: '#4EDDCE'

red 78 ◦ green 221 ◦ blue 206

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

Shades of Turquoise #4EDDCE

Tints of Turquoise #4EDDCE

RGB

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

 GREEN value IS 221 (86.72% from 255) = 43.76%

 BLUE value IS 206 (80.86% from 255) = 40.79%

R = 15.45%
G = 43.76%
B = 40.79%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#4EDDCE (or 0x4EDDCE) is known color: Turquoise. HEX triplet: 4E, DD and CE. RGB value is (78,221,206). Sum of RGB (Red+Green+Blue) = 78+221+206=505 (66% of max value = 765). Red value is 78 (30.86% from 255 or 15.45% from 505); Green value is 221 (86.72% from 255 or 43.76% from 505); Blue value is 206 (80.86% from 255 or 40.79% from 505); Max value from RGB is 221 - color contains mainly: green. Hex color #4EDDCE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4EDDCE is #B12231. Grayscale: #B0B0B0. Windows color (decimal): -11608626 or 13557070. OLE color: 13557070.

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

Color convert

RGB 78 221 206 -
CMYK 0.65 0 0.07 0.13
HSL 173.71º 0.68% 0.59% -
HSV(B) 173.71º 0.65% 0.87% -
XYZ 40.14 57.79 67.43 -
YUV 176.53 144.62 57.72 -
System Red Green Blue C M Y K H S L
Decimal 78 221 206 0.65 0 0.07 0.13 173.71 0.68 0.59
Hex 4E DD CE 41 0 7 D AE 44 3B
Octal 116 335 316 101 0 7 15 256 104 73
Binary 1001110 11011101 11001110 1000001 0 111 1101 10101110 1000100 111011

Color Harmonies of #4EDDCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EDDCE

Black with #4EDDCE

Text Example


Text Example

White with #4EDDCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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