#4cffc8

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

Shades of Turquoise #4CFFC8

Tints of Turquoise #4CFFC8

Color information

#4CFFC8 (or 0x4CFFC8) is unknown color: approx Turquoise. HEX triplet: 4C, FF and C8. RGB value is (76,255,200). Sum of RGB (Red+Green+Blue) = 76+255+200=531 (70% of max value = 765). Red value is 76 (30.08% from 255 or 14.31% from 531); Green value is 255 (100% from 255 or 48.02% from 531); Blue value is 200 (78.52% from 255 or 37.66% from 531); Max value from RGB is 255 - color contains mainly: green. Hex color #4CFFC8 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4CFFC8 is #B30037. Grayscale: #C3C3C3. Windows color (decimal): -11731000 or 13172556. OLE color: 13172556.

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

Color convert

RGB76255200-
CMYK0.7000.220
HSL161.56º100%64.9%-
HSV(B)161.56º70.2%100%-
XYZ49.1777.2366.96-
YUV195.21130.742.97-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 14.31%
GREEN value IS 255 (100% from 255) = 48.02%
BLUE value IS 200 (78.52% from 255) = 37.66%
R=14.31%
G=48.02%
B=37.66%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal762552000.7000.220161.5610064.9
Hex4CFFC8460160a26441
Octal1143773101060260242144101
Binary10011001111111111001000100011001011001010001011001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4cffc8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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