#4CFFD9

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

Shades of Turquoise #4CFFD9

Tints of Turquoise #4CFFD9

Color information

#4CFFD9 (or 0x4CFFD9) is unknown color: approx Turquoise. HEX triplet: 4C, FF and D9. RGB value is (76,255,217). Sum of RGB (Red+Green+Blue) = 76+255+217=548 (72% of max value = 765). Red value is 76 (30.08% from 255 or 13.87% from 548); Green value is 255 (100% from 255 or 46.53% from 548); Blue value is 217 (85.16% from 255 or 39.60% from 548); Max value from RGB is 255 - color contains mainly: green. Hex color #4CFFD9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4CFFD9 is #B30026. Grayscale: #C5C5C5. Windows color (decimal): -11730983 or 14286668. OLE color: 14286668.

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

Color convert

RGB76255217-
CMYK0.7000.150
HSL167.26º100%64.9%-
HSV(B)167.26º70.2%100%-
XYZ51.2678.0778.01-
YUV197.15139.241.59-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 13.87%
GREEN value IS 255 (100% from 255) = 46.53%
BLUE value IS 217 (85.16% from 255) = 39.60%
R=13.87%
G=46.53%
B=39.60%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal762552170.7000.150167.2610064.9
Hex4CFFD9460F0a76441
Octal1143773311060170247144101
Binary1001100111111111101100110001100111101010011111001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CFFD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,255,217); }

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

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

 a { background-color: rgb(76,255,217); }

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

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

 span { border-color: rgb(76,255,217); }

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