#4CFED8

Color #4CFED8 Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turquoise #4CFED8

Tints of Turquoise #4CFED8

Color information

#4CFED8 (or 0x4CFED8) is unknown color: approx Turquoise. HEX triplet: 4C, FE and D8. RGB value is (76,254,216). Sum of RGB (Red+Green+Blue) = 76+254+216=546 (72% of max value = 765). Red value is 76 (30.08% from 255 or 13.92% from 546); Green value is 254 (99.61% from 255 or 46.52% from 546); Blue value is 216 (84.77% from 255 or 39.56% from 546); Max value from RGB is 254 - color contains mainly: green. Hex color #4CFED8 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4CFED8 is #B30127. Grayscale: #C4C4C4. Windows color (decimal): -11731240 or 14220876. OLE color: 14220876.

HSL color Cylindrical-coordinate representation of color #4CFED8: hue angle of 167.19º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4CFED8 is Cyan = 0.70, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.00.

Color convert

RGB76254216-
CMYK0.7000.150.00
HSL167.19º98.89%64.71%-
HSV(B)167.19º70.08%99.61%-
XYZ50.8277.3877.22-
YUV196.45139.0342.09-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 13.92%
GREEN value IS 254 (99.61% from 255) = 46.52%
BLUE value IS 216 (84.77% from 255) = 39.56%
R=13.92%
G=46.52%
B=39.56%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal762542160.7000.150.00167.1998.8964.71
Hex4CFED8460F0a76341
Octal1143763301060170247143101
Binary1001100111111101101100010001100111101010011111000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CFED8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,254,216); }

 H1.HeaderClassName
 {
   color: #4CFED8;
 }
 .AnyTagClassName
 {
   color: #4CFED8;
 }
</style>
background-color css

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

 a { background-color: rgb(76,254,216); }

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

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

 span { border-color: rgb(76,254,216); }

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