Html Css Color HEX #4EDDCB Turquoise

📋 copy color: '#4EDDCB'

red 78 ◦ green 221 ◦ blue 203

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

Shades of Turquoise #4EDDCB

Tints of Turquoise #4EDDCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 40.44%

R = 15.54%
G = 44.02%
B = 40.44%

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

#4EDDCB (or 0x4EDDCB) is known color: Turquoise. HEX triplet: 4E, DD and CB. RGB value is (78,221,203). Sum of RGB (Red+Green+Blue) = 78+221+203=502 (66% of max value = 765). Red value is 78 (30.86% from 255 or 15.54% from 502); Green value is 221 (86.72% from 255 or 44.02% from 502); Blue value is 203 (79.69% from 255 or 40.44% from 502); Max value from RGB is 221 - color contains mainly: green. Hex color #4EDDCB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4EDDCB is #B12234. Grayscale: #B0B0B0. Windows color (decimal): -11608629 or 13360462. OLE color: 13360462.

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

Color convert

RGB 78 221 203 -
CMYK 0.65 0 0.08 0.13
HSL 172.45º 0.68% 0.59% -
HSV(B) 172.45º 0.65% 0.87% -
XYZ 39.78 57.64 65.53 -
YUV 176.19 143.12 57.96 -
System Red Green Blue C M Y K H S L
Decimal 78 221 203 0.65 0 0.08 0.13 172.45 0.68 0.59
Hex 4E DD CB 41 0 8 D AC 44 3B
Octal 116 335 313 101 0 10 15 254 104 73
Binary 1001110 11011101 11001011 1000001 0 1000 1101 10101100 1000100 111011

Color Harmonies of #4EDDCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EDDCB

Black with #4EDDCB

Text Example


Text Example

White with #4EDDCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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