#4CFFB2

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

Shades of Turquoise #4CFFB2

Tints of Turquoise #4CFFB2

Color information

#4CFFB2 (or 0x4CFFB2) is unknown color: approx Turquoise. HEX triplet: 4C, FF and B2. RGB value is (76,255,178). Sum of RGB (Red+Green+Blue) = 76+255+178=509 (67% of max value = 765). Red value is 76 (30.08% from 255 or 14.93% from 509); Green value is 255 (100% from 255 or 50.10% from 509); Blue value is 178 (69.92% from 255 or 34.97% from 509); Max value from RGB is 255 - color contains mainly: green. Hex color #4CFFB2 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #4CFFB2 is #B3004D. Grayscale: #C0C0C0. Windows color (decimal): -11731022 or 11730764. OLE color: 11730764.

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

Color convert

RGB76255178-
CMYK0.7000.300
HSL154.19º100%64.9%-
HSV(B)154.19º70.2%100%-
XYZ46.7876.2754.38-
YUV192.7119.744.76-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 14.93%
GREEN value IS 255 (100% from 255) = 50.10%
BLUE value IS 178 (69.92% from 255) = 34.97%
R=14.93%
G=50.10%
B=34.97%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal762551780.7000.300154.1910064.9
Hex4CFFB24601E09a6441
Octal1143772621060360232144101
Binary10011001111111110110010100011001111001001101011001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CFFB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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