#3bd6b9

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

Shades of Turquoise #3BD6B9

Tints of Turquoise #3BD6B9

Color information

#3BD6B9 (or 0x3BD6B9) is unknown color: approx Turquoise. HEX triplet: 3B, D6 and B9. RGB value is (59,214,185). Sum of RGB (Red+Green+Blue) = 59+214+185=458 (60% of max value = 765). Red value is 59 (23.44% from 255 or 12.88% from 458); Green value is 214 (83.98% from 255 or 46.72% from 458); Blue value is 185 (72.66% from 255 or 40.39% from 458); Max value from RGB is 214 - color contains mainly: green. Hex color #3BD6B9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3BD6B9 is #C42946. Grayscale: #A4A4A4. Windows color (decimal): -12855623 or 12179003. OLE color: 12179003.

HSL color Cylindrical-coordinate representation of color #3BD6B9: hue angle of 168.77º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3BD6B9 is Cyan = 0.72, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.16.

Color convert

RGB59214185-
CMYK0.7200.140.16
HSL168.77º65.4%53.53%-
HSV(B)168.77º72.43%83.92%-
XYZ34.6152.5354.21-
YUV164.35139.6552.86-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 12.88%
GREEN value IS 214 (83.98% from 255) = 46.72%
BLUE value IS 185 (72.66% from 255) = 40.39%
R=12.88%
G=46.72%
B=40.39%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal592141850.7200.140.16168.7765.453.53
Hex3BD6B9480E10a94136
Octal733262711100162025110166
Binary111011110101101011100110010000111010000101010011000001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3bd6b9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,214,185); }

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

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

 a { background-color: rgb(59,214,185); }

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

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

 span { border-color: rgb(59,214,185); }

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