Html Css Color HEX #4EF4DB Turquoise

📋 copy color: '#4EF4DB'

red 78 ◦ green 244 ◦ blue 219

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

Shades of Turquoise #4EF4DB

Tints of Turquoise #4EF4DB

RGB

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

 GREEN value IS 244 (95.7% from 255) = 45.1%

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

R = 14.42%
G = 45.1%
B = 40.48%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.10

 K value IS 0.04

RGB Variations

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

Color information

#4EF4DB (or 0x4EF4DB) is known color: Turquoise. HEX triplet: 4E, F4 and DB. RGB value is (78,244,219). Sum of RGB (Red+Green+Blue) = 78+244+219=541 (71% of max value = 765). Red value is 78 (30.86% from 255 or 14.42% from 541); Green value is 244 (95.70% from 255 or 45.10% from 541); Blue value is 219 (85.94% from 255 or 40.48% from 541); Max value from RGB is 244 - color contains mainly: green. Hex color #4EF4DB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4EF4DB is #B10B24. Grayscale: #BFBFBF. Windows color (decimal): -11602725 or 14414926. OLE color: 14414926.

HSL color Cylindrical-coordinate representation of color #4EF4DB: hue angle of 170.96º degrees, saturation: 0.88, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4EF4DB is Cyan = 0.68, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.04.

Color convert

RGB 78 244 219 -
CMYK 0.68 0 0.10 0.04
HSL 170.96º 0.88% 0.63% -
HSV(B) 170.96º 0.68% 0.96% -
XYZ 48.28 71.44 78.26 -
YUV 191.52 143.5 47.03 -
System Red Green Blue C M Y K H S L
Decimal 78 244 219 0.68 0 0.10 0.04 170.96 0.88 0.63
Hex 4E F4 DB 44 0 A 4 AB 58 3F
Octal 116 364 333 104 0 12 4 253 130 77
Binary 1001110 11110100 11011011 1000100 0 1010 100 10101011 1011000 111111

Color Harmonies of #4EF4DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EF4DB

Black with #4EF4DB

Text Example


Text Example

White with #4EF4DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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