#4CF1BB

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

Shades of Turquoise #4CF1BB

Tints of Turquoise #4CF1BB

Color information

#4CF1BB (or 0x4CF1BB) is unknown color: approx Turquoise. HEX triplet: 4C, F1 and BB. RGB value is (76,241,187). Sum of RGB (Red+Green+Blue) = 76+241+187=504 (66% of max value = 765). Red value is 76 (30.08% from 255 or 15.08% from 504); Green value is 241 (94.53% from 255 or 47.82% from 504); Blue value is 187 (73.44% from 255 or 37.10% from 504); Max value from RGB is 241 - color contains mainly: green. Hex color #4CF1BB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4CF1BB is #B30E44. Grayscale: #B9B9B9. Windows color (decimal): -11734597 or 12317004. OLE color: 12317004.

HSL color Cylindrical-coordinate representation of color #4CF1BB: hue angle of 160.36º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4CF1BB is Cyan = 0.68, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.05.

Color convert

RGB76241187-
CMYK0.6800.220.05
HSL160.36º85.49%62.16%-
HSV(B)160.36º68.46%94.51%-
XYZ43.4168.0357.86-
YUV185.51128.8449.89-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 15.08%
GREEN value IS 241 (94.53% from 255) = 47.82%
BLUE value IS 187 (73.44% from 255) = 37.10%
R=15.08%
G=47.82%
B=37.10%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal762411870.6800.220.05160.3685.4962.16
Hex4CF1BB440165a0553e
Octal114361273104026524012576
Binary100110011110001101110111000100010110101101000001010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CF1BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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