#4ff2cc

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

Shades of Turquoise #4FF2CC

Tints of Turquoise #4FF2CC

Color information

#4FF2CC (or 0x4FF2CC) is unknown color: approx Turquoise. HEX triplet: 4F, F2 and CC. RGB value is (79,242,204). Sum of RGB (Red+Green+Blue) = 79+242+204=525 (69% of max value = 765). Red value is 79 (31.25% from 255 or 15.05% from 525); Green value is 242 (94.92% from 255 or 46.10% from 525); Blue value is 204 (80.08% from 255 or 38.86% from 525); Max value from RGB is 242 - color contains mainly: green. Hex color #4FF2CC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4FF2CC is #B00D33. Grayscale: #BCBCBC. Windows color (decimal): -11537716 or 13431375. OLE color: 13431375.

HSL color Cylindrical-coordinate representation of color #4FF2CC: hue angle of 166.01º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4FF2CC is Cyan = 0.67, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.05.

Color convert

RGB79242204-
CMYK0.6700.160.05
HSL166.01º86.24%62.94%-
HSV(B)166.01º67.36%94.9%-
XYZ45.8869.5368.13-
YUV188.93136.549.59-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 15.05%
GREEN value IS 242 (94.92% from 255) = 46.10%
BLUE value IS 204 (80.08% from 255) = 38.86%
R=15.05%
G=46.10%
B=38.86%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal792422040.6700.160.05166.0186.2462.94
Hex4FF2CC430105a6563f
Octal117362314103020524612677
Binary100111111110010110011001000011010000101101001101010110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4ff2cc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,242,204); }

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

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

 a { background-color: rgb(79,242,204); }

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

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

 span { border-color: rgb(79,242,204); }

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