#3BF1B0

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

Shades of Turquoise #3BF1B0

Tints of Turquoise #3BF1B0

Color information

#3BF1B0 (or 0x3BF1B0) is unknown color: approx Turquoise. HEX triplet: 3B, F1 and B0. RGB value is (59,241,176). Sum of RGB (Red+Green+Blue) = 59+241+176=476 (63% of max value = 765). Red value is 59 (23.44% from 255 or 12.39% from 476); Green value is 241 (94.53% from 255 or 50.63% from 476); Blue value is 176 (69.14% from 255 or 36.97% from 476); Max value from RGB is 241 - color contains mainly: green. Hex color #3BF1B0 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3BF1B0 is #C40E4F. Grayscale: #B3B3B3. Windows color (decimal): -12848720 or 11596091. OLE color: 11596091.

HSL color Cylindrical-coordinate representation of color #3BF1B0: hue angle of 158.57º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3BF1B0 is Cyan = 0.76, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.05.

Color convert

RGB59241176-
CMYK0.7600.270.05
HSL158.57º86.67%58.82%-
HSV(B)158.57º75.52%94.51%-
XYZ41.166.9751.84-
YUV179.17126.242.29-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 12.39%
GREEN value IS 241 (94.53% from 255) = 50.63%
BLUE value IS 176 (69.14% from 255) = 36.97%
R=12.39%
G=50.63%
B=36.97%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal592411760.7600.270.05158.5786.6758.82
Hex3BF1B04C01B59f573b
Octal73361260114033523712773
Binary11101111110001101100001001100011011101100111111010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BF1B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3BF1B0; }

 p { color: rgb(59,241,176); }

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

<style>
 a { background-color: #3BF1B0; }

 a { background-color: rgb(59,241,176); }

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

<style>
 span { border-color: #3BF1B0; }

 span { border-color: rgb(59,241,176); }

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