Html Css Color HEX #4EDDDB Turquoise

📋 copy color: '#4EDDDB'

red 78 ◦ green 221 ◦ blue 219

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

Shades of Turquoise #4EDDDB

Tints of Turquoise #4EDDDB

RGB

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

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

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

R = 15.06%
G = 42.66%
B = 42.28%

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

#4EDDDB (or 0x4EDDDB) is known color: Turquoise. HEX triplet: 4E, DD and DB. RGB value is (78,221,219). Sum of RGB (Red+Green+Blue) = 78+221+219=518 (68% of max value = 765). Red value is 78 (30.86% from 255 or 15.06% from 518); Green value is 221 (86.72% from 255 or 42.66% from 518); Blue value is 219 (85.94% from 255 or 42.28% from 518); Max value from RGB is 221 - color contains mainly: green. Hex color #4EDDDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4EDDDB is #B12224. Grayscale: #B1B1B1. Windows color (decimal): -11608613 or 14409038. OLE color: 14409038.

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

Color convert

RGB 78 221 219 -
CMYK 0.65 0 0.01 0.13
HSL 179.16º 0.68% 0.59% -
HSV(B) 179.16º 0.65% 0.87% -
XYZ 41.78 58.45 76.1 -
YUV 178.02 151.12 56.66 -
System Red Green Blue C M Y K H S L
Decimal 78 221 219 0.65 0 0.01 0.13 179.16 0.68 0.59
Hex 4E DD DB 41 0 1 D B3 44 3B
Octal 116 335 333 101 0 1 15 263 104 73
Binary 1001110 11011101 11011011 1000001 0 1 1101 10110011 1000100 111011

Color Harmonies of #4EDDDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EDDDB

Black with #4EDDDB

Text Example


Text Example

White with #4EDDDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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