#4CF5B0

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

Shades of Turquoise #4CF5B0

Tints of Turquoise #4CF5B0

Color information

#4CF5B0 (or 0x4CF5B0) is unknown color: approx Turquoise. HEX triplet: 4C, F5 and B0. RGB value is (76,245,176). Sum of RGB (Red+Green+Blue) = 76+245+176=497 (65% of max value = 765). Red value is 76 (30.08% from 255 or 15.29% from 497); Green value is 245 (96.09% from 255 or 49.30% from 497); Blue value is 176 (69.14% from 255 or 35.41% from 497); Max value from RGB is 245 - color contains mainly: green. Hex color #4CF5B0 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #4CF5B0 is #B30A4F. Grayscale: #BABABA. Windows color (decimal): -11733584 or 11597132. OLE color: 11597132.

HSL color Cylindrical-coordinate representation of color #4CF5B0: hue angle of 155.5º degrees, saturation: 0.89, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4CF5B0 is Cyan = 0.69, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.04.

Color convert

RGB76245176-
CMYK0.6900.280.04
HSL155.5º89.42%62.94%-
HSV(B)155.5º68.98%96.08%-
XYZ43.4769.9852.29-
YUV186.6122.0149.11-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 15.29%
GREEN value IS 245 (96.09% from 255) = 49.30%
BLUE value IS 176 (69.14% from 255) = 35.41%
R=15.29%
G=49.30%
B=35.41%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal762451760.6900.280.04155.589.4262.94
Hex4CF5B04501C49c593f
Octal114365260105034423413177
Binary100110011110101101100001000101011100100100111001011001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CF5B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,245,176); }

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

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

 a { background-color: rgb(76,245,176); }

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

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

 span { border-color: rgb(76,245,176); }

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