Html Css Color HEX #4EF2DD Turquoise

📋 copy color: '#4EF2DD'

red 78 ◦ green 242 ◦ blue 221

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

Shades of Turquoise #4EF2DD

Tints of Turquoise #4EF2DD

RGB

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

 GREEN value IS 242 (94.92% from 255) = 44.73%

 BLUE value IS 221 (86.72% from 255) = 40.85%

R = 14.42%
G = 44.73%
B = 40.85%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.09

 K value IS 0.05

RGB Variations

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

Color information

#4EF2DD (or 0x4EF2DD) is known color: Turquoise. HEX triplet: 4E, F2 and DD. RGB value is (78,242,221). Sum of RGB (Red+Green+Blue) = 78+242+221=541 (71% of max value = 765). Red value is 78 (30.86% from 255 or 14.42% from 541); Green value is 242 (94.92% from 255 or 44.73% from 541); Blue value is 221 (86.72% from 255 or 40.85% from 541); Max value from RGB is 242 - color contains mainly: green. Hex color #4EF2DD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4EF2DD is #B10D22. Grayscale: #BEBEBE. Windows color (decimal): -11603235 or 14545486. OLE color: 14545486.

HSL color Cylindrical-coordinate representation of color #4EF2DD: hue angle of 172.32º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4EF2DD is Cyan = 0.68, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.05.

Color convert

RGB 78 242 221 -
CMYK 0.68 0 0.09 0.05
HSL 172.32º 0.86% 0.63% -
HSV(B) 172.32º 0.68% 0.95% -
XYZ 47.95 70.34 79.46 -
YUV 190.57 145.17 47.71 -
System Red Green Blue C M Y K H S L
Decimal 78 242 221 0.68 0 0.09 0.05 172.32 0.86 0.63
Hex 4E F2 DD 44 0 9 5 AC 56 3F
Octal 116 362 335 104 0 11 5 254 126 77
Binary 1001110 11110010 11011101 1000100 0 1001 101 10101100 1010110 111111

Color Harmonies of #4EF2DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EF2DD

Black with #4EF2DD

Text Example


Text Example

White with #4EF2DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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