#4CF6BF

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

Shades of Turquoise #4CF6BF

Tints of Turquoise #4CF6BF

Color information

#4CF6BF (or 0x4CF6BF) is unknown color: approx Turquoise. HEX triplet: 4C, F6 and BF. RGB value is (76,246,191). Sum of RGB (Red+Green+Blue) = 76+246+191=513 (67% of max value = 765). Red value is 76 (30.08% from 255 or 14.81% from 513); Green value is 246 (96.48% from 255 or 47.95% from 513); Blue value is 191 (75% from 255 or 37.23% from 513); Max value from RGB is 246 - color contains mainly: green. Hex color #4CF6BF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4CF6BF is #B30940. Grayscale: #BCBCBC. Windows color (decimal): -11733313 or 12580428. OLE color: 12580428.

HSL color Cylindrical-coordinate representation of color #4CF6BF: hue angle of 160.59º degrees, saturation: 0.9, 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 #4CF6BF is Cyan = 0.69, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.04.

Color convert

RGB76246191-
CMYK0.6900.220.04
HSL160.59º90.43%63.14%-
HSV(B)160.59º69.11%96.47%-
XYZ45.3471.2160.65-
YUV188.9129.1847.47-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 14.81%
GREEN value IS 246 (96.48% from 255) = 47.95%
BLUE value IS 191 (75% from 255) = 37.23%
R=14.81%
G=47.95%
B=37.23%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal762461910.6900.220.04160.5990.4363.14
Hex4CF6BF450164a15a3f
Octal114366277105026424113277
Binary100110011110110101111111000101010110100101000011011010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CF6BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,246,191); }

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

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

 a { background-color: rgb(76,246,191); }

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

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

 span { border-color: rgb(76,246,191); }

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