#4CF6BB

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

Shades of Turquoise #4CF6BB

Tints of Turquoise #4CF6BB

Color information

#4CF6BB (or 0x4CF6BB) is unknown color: approx Turquoise. HEX triplet: 4C, F6 and BB. RGB value is (76,246,187). Sum of RGB (Red+Green+Blue) = 76+246+187=509 (67% of max value = 765). Red value is 76 (30.08% from 255 or 14.93% from 509); Green value is 246 (96.48% from 255 or 48.33% from 509); Blue value is 187 (73.44% from 255 or 36.74% from 509); Max value from RGB is 246 - color contains mainly: green. Hex color #4CF6BB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4CF6BB is #B30944. Grayscale: #BCBCBC. Windows color (decimal): -11733317 or 12318284. OLE color: 12318284.

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

Color convert

RGB76246187-
CMYK0.6900.240.04
HSL159.18º90.43%63.14%-
HSV(B)159.18º69.11%96.47%-
XYZ44.9171.0458.36-
YUV188.44127.1847.8-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 14.93%
GREEN value IS 246 (96.48% from 255) = 48.33%
BLUE value IS 187 (73.44% from 255) = 36.74%
R=14.93%
G=48.33%
B=36.74%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal762461870.6900.240.04159.1890.4363.14
Hex4CF6BB4501849f5a3f
Octal114366273105030423713277
Binary100110011110110101110111000101011000100100111111011010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CF6BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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