#4CFFD4

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

Shades of Turquoise #4CFFD4

Tints of Turquoise #4CFFD4

Color information

#4CFFD4 (or 0x4CFFD4) is unknown color: approx Turquoise. HEX triplet: 4C, FF and D4. RGB value is (76,255,212). Sum of RGB (Red+Green+Blue) = 76+255+212=543 (71% of max value = 765). Red value is 76 (30.08% from 255 or 14.00% from 543); Green value is 255 (100% from 255 or 46.96% from 543); Blue value is 212 (83.20% from 255 or 39.04% from 543); Max value from RGB is 255 - color contains mainly: green. Hex color #4CFFD4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4CFFD4 is #B3002B. Grayscale: #C4C4C4. Windows color (decimal): -11730988 or 13958988. OLE color: 13958988.

HSL color Cylindrical-coordinate representation of color #4CFFD4: hue angle of 165.59º 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 #4CFFD4 is Cyan = 0.70, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.

Color convert

RGB76255212-
CMYK0.7000.170
HSL165.59º100%64.9%-
HSV(B)165.59º70.2%100%-
XYZ50.6277.8174.64-
YUV196.58136.742-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 14.00%
GREEN value IS 255 (100% from 255) = 46.96%
BLUE value IS 212 (83.20% from 255) = 39.04%
R=14.00%
G=46.96%
B=39.04%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal762552120.7000.170165.5910064.9
Hex4CFFD4460110a66441
Octal1143773241060210246144101
Binary10011001111111111010100100011001000101010011011001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CFFD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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