Html Css Color HEX #4EDEDB Turquoise

📋 copy color: '#4EDEDB'

red 78 ◦ green 222 ◦ blue 219

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

Shades of Turquoise #4EDEDB

Tints of Turquoise #4EDEDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 42.2%

R = 15.03%
G = 42.77%
B = 42.2%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#4EDEDB (or 0x4EDEDB) is known color: Turquoise. HEX triplet: 4E, DE and DB. RGB value is (78,222,219). Sum of RGB (Red+Green+Blue) = 78+222+219=519 (68% of max value = 765). Red value is 78 (30.86% from 255 or 15.03% from 519); Green value is 222 (87.11% from 255 or 42.77% from 519); Blue value is 219 (85.94% from 255 or 42.20% from 519); Max value from RGB is 222 - color contains mainly: green. Hex color #4EDEDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4EDEDB is #B12124. Grayscale: #B2B2B2. Windows color (decimal): -11608357 or 14409294. OLE color: 14409294.

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

Color convert

RGB 78 222 219 -
CMYK 0.65 0 0.01 0.13
HSL 178.75º 0.69% 0.59% -
HSV(B) 178.75º 0.65% 0.87% -
XYZ 42.05 58.98 76.19 -
YUV 178.6 150.79 56.24 -
System Red Green Blue C M Y K H S L
Decimal 78 222 219 0.65 0 0.01 0.13 178.75 0.69 0.59
Hex 4E DE DB 41 0 1 D B3 45 3B
Octal 116 336 333 101 0 1 15 263 105 73
Binary 1001110 11011110 11011011 1000001 0 1 1101 10110011 1000101 111011

Color Harmonies of #4EDEDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EDEDB

Black with #4EDEDB

Text Example


Text Example

White with #4EDEDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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