Html Css Color HEX #4EFDD7 Turquoise

📋 copy color: '#4EFDD7'

red 78 ◦ green 253 ◦ blue 215

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

Shades of Turquoise #4EFDD7

Tints of Turquoise #4EFDD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 39.38%

R = 14.29%
G = 46.34%
B = 39.38%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.15

 K value IS 0.01

RGB Variations

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

Color information

#4EFDD7 (or 0x4EFDD7) is known color: Turquoise. HEX triplet: 4E, FD and D7. RGB value is (78,253,215). Sum of RGB (Red+Green+Blue) = 78+253+215=546 (72% of max value = 765). Red value is 78 (30.86% from 255 or 14.29% from 546); Green value is 253 (99.22% from 255 or 46.34% from 546); Blue value is 215 (84.38% from 255 or 39.38% from 546); Max value from RGB is 253 - color contains mainly: green. Hex color #4EFDD7 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4EFDD7 is #B10228. Grayscale: #C4C4C4. Windows color (decimal): -11600425 or 14155086. OLE color: 14155086.

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

Color convert

RGB 78 253 215 -
CMYK 0.69 0 0.15 0.01
HSL 166.97º 0.98% 0.65% -
HSV(B) 166.97º 0.69% 0.99% -
XYZ 50.53 76.78 76.45 -
YUV 196.34 138.52 43.59 -
System Red Green Blue C M Y K H S L
Decimal 78 253 215 0.69 0 0.15 0.01 166.97 0.98 0.65
Hex 4E FD D7 45 0 F 1 A7 62 41
Octal 116 375 327 105 0 17 1 247 142 101
Binary 1001110 11111101 11010111 1000101 0 1111 1 10100111 1100010 1000001

Color Harmonies of #4EFDD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EFDD7

Black with #4EFDD7

Text Example


Text Example

White with #4EFDD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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