Html Css Color HEX #4EDECB Turquoise

📋 copy color: '#4EDECB'

red 78 ◦ green 222 ◦ blue 203

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

Shades of Turquoise #4EDECB

Tints of Turquoise #4EDECB

RGB

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

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

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

R = 15.51%
G = 44.14%
B = 40.36%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#4EDECB (or 0x4EDECB) is known color: Turquoise. HEX triplet: 4E, DE and CB. RGB value is (78,222,203). Sum of RGB (Red+Green+Blue) = 78+222+203=503 (66% of max value = 765). Red value is 78 (30.86% from 255 or 15.51% from 503); Green value is 222 (87.11% from 255 or 44.14% from 503); Blue value is 203 (79.69% from 255 or 40.36% from 503); Max value from RGB is 222 - color contains mainly: green. Hex color #4EDECB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4EDECB is #B12134. Grayscale: #B0B0B0. Windows color (decimal): -11608373 or 13360718. OLE color: 13360718.

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

Color convert

RGB 78 222 203 -
CMYK 0.65 0 0.09 0.13
HSL 172.08º 0.69% 0.59% -
HSV(B) 172.08º 0.65% 0.87% -
XYZ 40.04 58.17 65.62 -
YUV 176.78 142.79 57.54 -
System Red Green Blue C M Y K H S L
Decimal 78 222 203 0.65 0 0.09 0.13 172.08 0.69 0.59
Hex 4E DE CB 41 0 9 D AC 45 3B
Octal 116 336 313 101 0 11 15 254 105 73
Binary 1001110 11011110 11001011 1000001 0 1001 1101 10101100 1000101 111011

Color Harmonies of #4EDECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EDECB

Black with #4EDECB

Text Example


Text Example

White with #4EDECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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