Shades of Turquoise #3BFBDB
Tints of Turquoise #3BFBDB
RGB
CMYK
RGB Variations
Color information
#3BFBDB (or 0x3BFBDB) is known color: Turquoise. HEX triplet: 3B, FB and DB. RGB value is (59,251,219). Sum of RGB (Red+Green+Blue) = 59+251+219=529 (70% of max value = 765). Red value is 59 (23.44% from 255 or 11.15% from 529); Green value is 251 (98.44% from 255 or 47.45% from 529); Blue value is 219 (85.94% from 255 or 41.40% from 529); Max value from RGB is 251 - color contains mainly: green. Hex color #3BFBDB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3BFBDB is #C40424. Grayscale: #BDBDBD. Windows color (decimal): -12846117 or 14416699. OLE color: 14416699.
HSL color Cylindrical-coordinate representation of color #3BFBDB: hue angle of 170º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3BFBDB is Cyan = 0.76, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 59 | 251 | 219 | - |
| CMYK | 0.76 | 0 | 0.13 | 0.02 |
| HSL | 170º | 0.96% | 0.61% | - |
| HSV(B) | 170º | 0.76% | 0.98% | - |
| XYZ | 49.09 | 75.04 | 78.91 | - |
| YUV | 189.94 | 144.39 | 34.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 251 | 219 | 0.76 | 0 | 0.13 | 0.02 | 170 | 0.96 | 0.61 |
| Hex | 3B | FB | DB | 4C | 0 | D | 2 | AA | 60 | 3D |
| Octal | 73 | 373 | 333 | 114 | 0 | 15 | 2 | 252 | 140 | 75 |
| Binary | 111011 | 11111011 | 11011011 | 1001100 | 0 | 1101 | 10 | 10101010 | 1100000 | 111101 |
Color Harmonies of #3BFBDB
Complementary color
Monochromatic Colors of #3BFBDB
Black with #3BFBDB
Text Example
Text Example
White with #3BFBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BFBDB; }
p { color: rgb(59,251,219); }
H1.HeaderClassName
{
color: #3BFBDB;
}
.AnyTagClassName
{
color: #3BFBDB;
}
</style>
background-color css
<style>
a { background-color: #3BFBDB; }
a { background-color: rgb(59,251,219); }
div.DivClassName
{
background-color: #3BFBDB;
}
.BgClassName
{
background-color: #3BFBDB;
}
</style>
border-color css
<style>
span { border-color: #3BFBDB; }
span { border-color: rgb(59,251,219); }
td.TdClassName
{
border-color: #3BFBDB;
}
.TagClassName
{
border-color: #3BFBDB;
}
</style>