Html Css Color HEX #4EEDCC Turquoise

📋 copy color: '#4EEDCC'

red 78 ◦ green 237 ◦ blue 204

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

Shades of Turquoise #4EEDCC

Tints of Turquoise #4EEDCC

RGB

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

 GREEN value IS 237 (92.97% from 255) = 45.66%

 BLUE value IS 204 (80.08% from 255) = 39.31%

R = 15.03%
G = 45.66%
B = 39.31%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#4EEDCC (or 0x4EEDCC) is known color: Turquoise. HEX triplet: 4E, ED and CC. RGB value is (78,237,204). Sum of RGB (Red+Green+Blue) = 78+237+204=519 (68% of max value = 765). Red value is 78 (30.86% from 255 or 15.03% from 519); Green value is 237 (92.97% from 255 or 45.66% from 519); Blue value is 204 (80.08% from 255 or 39.31% from 519); Max value from RGB is 237 - color contains mainly: green. Hex color #4EEDCC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4EEDCC is #B11233. Grayscale: #B9B9B9. Windows color (decimal): -11604532 or 13430094. OLE color: 13430094.

HSL color Cylindrical-coordinate representation of color #4EEDCC: hue angle of 167.55º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4EEDCC is Cyan = 0.67, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.

Color convert

RGB 78 237 204 -
CMYK 0.67 0 0.14 0.07
HSL 167.55º 0.82% 0.62% -
HSV(B) 167.55º 0.67% 0.93% -
XYZ 44.33 66.55 67.64 -
YUV 185.7 138.32 51.18 -
System Red Green Blue C M Y K H S L
Decimal 78 237 204 0.67 0 0.14 0.07 167.55 0.82 0.62
Hex 4E ED CC 43 0 E 7 A8 52 3E
Octal 116 355 314 103 0 16 7 250 122 76
Binary 1001110 11101101 11001100 1000011 0 1110 111 10101000 1010010 111110

Color Harmonies of #4EEDCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EEDCC

Black with #4EEDCC

Text Example


Text Example

White with #4EEDCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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