Html Css Color HEX #4EFDC6 Turquoise

📋 copy color: '#4EFDC6'

red 78 ◦ green 253 ◦ blue 198

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

Shades of Turquoise #4EFDC6

Tints of Turquoise #4EFDC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 37.43%

R = 14.74%
G = 47.83%
B = 37.43%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.22

 K value IS 0.01

RGB Variations

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

Color information

#4EFDC6 (or 0x4EFDC6) is known color: Turquoise. HEX triplet: 4E, FD and C6. RGB value is (78,253,198). Sum of RGB (Red+Green+Blue) = 78+253+198=529 (70% of max value = 765). Red value is 78 (30.86% from 255 or 14.74% from 529); Green value is 253 (99.22% from 255 or 47.83% from 529); Blue value is 198 (77.73% from 255 or 37.43% from 529); Max value from RGB is 253 - color contains mainly: green. Hex color #4EFDC6 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4EFDC6 is #B10239. Grayscale: #C2C2C2. Windows color (decimal): -11600442 or 13040974. OLE color: 13040974.

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

Color convert

RGB 78 253 198 -
CMYK 0.69 0 0.22 0.01
HSL 161.14º 0.98% 0.65% -
HSV(B) 161.14º 0.69% 0.99% -
XYZ 48.46 75.95 65.53 -
YUV 194.41 130.02 44.97 -
System Red Green Blue C M Y K H S L
Decimal 78 253 198 0.69 0 0.22 0.01 161.14 0.98 0.65
Hex 4E FD C6 45 0 16 1 A1 62 41
Octal 116 375 306 105 0 26 1 241 142 101
Binary 1001110 11111101 11000110 1000101 0 10110 1 10100001 1100010 1000001

Color Harmonies of #4EFDC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EFDC6

Black with #4EFDC6

Text Example


Text Example

White with #4EFDC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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