Html Css Color HEX #4EFDD9 Turquoise

📋 copy color: '#4EFDD9'

red 78 ◦ green 253 ◦ blue 217

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

Shades of Turquoise #4EFDD9

Tints of Turquoise #4EFDD9

RGB

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

 GREEN value IS 253 (99.22% from 255) = 46.17%

 BLUE value IS 217 (85.16% from 255) = 39.6%

R = 14.23%
G = 46.17%
B = 39.6%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.14

 K value IS 0.01

RGB Variations

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

Color information

#4EFDD9 (or 0x4EFDD9) is known color: Turquoise. HEX triplet: 4E, FD and D9. RGB value is (78,253,217). Sum of RGB (Red+Green+Blue) = 78+253+217=548 (72% of max value = 765). Red value is 78 (30.86% from 255 or 14.23% from 548); Green value is 253 (99.22% from 255 or 46.17% from 548); Blue value is 217 (85.16% from 255 or 39.60% from 548); Max value from RGB is 253 - color contains mainly: green. Hex color #4EFDD9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4EFDD9 is #B10226. Grayscale: #C4C4C4. Windows color (decimal): -11600423 or 14286158. OLE color: 14286158.

HSL color Cylindrical-coordinate representation of color #4EFDD9: hue angle of 167.66º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4EFDD9 is Cyan = 0.69, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.01.

Color convert

RGB 78 253 217 -
CMYK 0.69 0 0.14 0.01
HSL 167.66º 0.98% 0.65% -
HSV(B) 167.66º 0.69% 0.99% -
XYZ 50.79 76.88 77.81 -
YUV 196.57 139.52 43.43 -
System Red Green Blue C M Y K H S L
Decimal 78 253 217 0.69 0 0.14 0.01 167.66 0.98 0.65
Hex 4E FD D9 45 0 E 1 A8 62 41
Octal 116 375 331 105 0 16 1 250 142 101
Binary 1001110 11111101 11011001 1000101 0 1110 1 10101000 1100010 1000001

Color Harmonies of #4EFDD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EFDD9

Black with #4EFDD9

Text Example


Text Example

White with #4EFDD9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,253,217); }

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

background-color css

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

 a { background-color: rgb(78,253,217); }

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

border-color css

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

 span { border-color: rgb(78,253,217); }

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