Html Css Color HEX #4EFFC7 Turquoise

📋 copy color: '#4EFFC7'

red 78 ◦ green 255 ◦ blue 199

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

Shades of Turquoise #4EFFC7

Tints of Turquoise #4EFFC7

RGB

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

 GREEN value IS 255 (100% from 255) = 47.93%

 BLUE value IS 199 (78.13% from 255) = 37.41%

R = 14.66%
G = 47.93%
B = 37.41%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.22

 K value IS 0

RGB Variations

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

Color information

#4EFFC7 (or 0x4EFFC7) is known color: Turquoise. HEX triplet: 4E, FF and C7. RGB value is (78,255,199). Sum of RGB (Red+Green+Blue) = 78+255+199=532 (70% of max value = 765). Red value is 78 (30.86% from 255 or 14.66% from 532); Green value is 255 (100% from 255 or 47.93% from 532); Blue value is 199 (78.12% from 255 or 37.41% from 532); Max value from RGB is 255 - color contains mainly: green. Hex color #4EFFC7 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4EFFC7 is #B10038. Grayscale: #C3C3C3. Windows color (decimal): -11599929 or 13107022. OLE color: 13107022.

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

Color convert

RGB 78 255 199 -
CMYK 0.69 0 0.22 0
HSL 161.02º 1% 0.65% -
HSV(B) 161.02º 0.69% 1% -
XYZ 49.21 77.26 66.35 -
YUV 195.69 129.86 44.05 -
System Red Green Blue C M Y K H S L
Decimal 78 255 199 0.69 0 0.22 0 161.02 1 0.65
Hex 4E FF C7 45 0 16 0 A1 64 41
Octal 116 377 307 105 0 26 0 241 144 101
Binary 1001110 11111111 11000111 1000101 0 10110 0 10100001 1100100 1000001

Color Harmonies of #4EFFC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EFFC7

Black with #4EFFC7

Text Example


Text Example

White with #4EFFC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,255,199); }

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

background-color css

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

 a { background-color: rgb(78,255,199); }

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

border-color css

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

 span { border-color: rgb(78,255,199); }

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