#3BF3B2

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

Shades of Turquoise #3BF3B2

Tints of Turquoise #3BF3B2

Color information

#3BF3B2 (or 0x3BF3B2) is unknown color: approx Turquoise. HEX triplet: 3B, F3 and B2. RGB value is (59,243,178). Sum of RGB (Red+Green+Blue) = 59+243+178=480 (63% of max value = 765). Red value is 59 (23.44% from 255 or 12.29% from 480); Green value is 243 (95.31% from 255 or 50.62% from 480); Blue value is 178 (69.92% from 255 or 37.08% from 480); Max value from RGB is 243 - color contains mainly: green. Hex color #3BF3B2 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3BF3B2 is #C40C4D. Grayscale: #B4B4B4. Windows color (decimal): -12848206 or 11727675. OLE color: 11727675.

HSL color Cylindrical-coordinate representation of color #3BF3B2: hue angle of 158.8º degrees, saturation: 0.88, 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 #3BF3B2 is Cyan = 0.76, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.05.

Color convert

RGB59243178-
CMYK0.7600.270.05
HSL158.8º88.46%59.22%-
HSV(B)158.8º75.72%95.29%-
XYZ41.8968.2553.08-
YUV180.57126.5441.29-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 12.29%
GREEN value IS 243 (95.31% from 255) = 50.62%
BLUE value IS 178 (69.92% from 255) = 37.08%
R=12.29%
G=50.62%
B=37.08%

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
Decimal592431780.7600.270.05158.888.4659.22
Hex3BF3B24C01B59f583b
Octal73363262114033523713073
Binary11101111110011101100101001100011011101100111111011000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BF3B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,243,178); }

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

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

 a { background-color: rgb(59,243,178); }

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

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

 span { border-color: rgb(59,243,178); }

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