Shades of Turquoise #3BFFDB
Tints of Turquoise #3BFFDB
RGB
CMYK
RGB Variations
Color information
#3BFFDB (or 0x3BFFDB) is known color: Turquoise. HEX triplet: 3B, FF and DB. RGB value is (59,255,219). Sum of RGB (Red+Green+Blue) = 59+255+219=533 (70% of max value = 765). Red value is 59 (23.44% from 255 or 11.07% from 533); Green value is 255 (100% from 255 or 47.84% from 533); Blue value is 219 (85.94% from 255 or 41.09% from 533); Max value from RGB is 255 - color contains mainly: green. Hex color #3BFFDB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3BFFDB is #C40024. Grayscale: #C0C0C0. Windows color (decimal): -12845093 or 14417723. OLE color: 14417723.
HSL color Cylindrical-coordinate representation of color #3BFFDB: hue angle of 168.98º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3BFFDB is Cyan = 0.77, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.
Color convert
| RGB | 59 | 255 | 219 | - |
| CMYK | 0.77 | 0 | 0.14 | 0 |
| HSL | 168.98º | 1% | 0.62% | - |
| HSV(B) | 168.98º | 0.77% | 1% | - |
| XYZ | 50.35 | 77.56 | 79.34 | - |
| YUV | 192.29 | 143.07 | 32.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 255 | 219 | 0.77 | 0 | 0.14 | 0 | 168.98 | 1 | 0.62 |
| Hex | 3B | FF | DB | 4D | 0 | E | 0 | A9 | 64 | 3E |
| Octal | 73 | 377 | 333 | 115 | 0 | 16 | 0 | 251 | 144 | 76 |
| Binary | 111011 | 11111111 | 11011011 | 1001101 | 0 | 1110 | 0 | 10101001 | 1100100 | 111110 |
Color Harmonies of #3BFFDB
Complementary color
Monochromatic Colors of #3BFFDB
Black with #3BFFDB
Text Example
Text Example
White with #3BFFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BFFDB; }
p { color: rgb(59,255,219); }
H1.HeaderClassName
{
color: #3BFFDB;
}
.AnyTagClassName
{
color: #3BFFDB;
}
</style>
background-color css
<style>
a { background-color: #3BFFDB; }
a { background-color: rgb(59,255,219); }
div.DivClassName
{
background-color: #3BFFDB;
}
.BgClassName
{
background-color: #3BFFDB;
}
</style>
border-color css
<style>
span { border-color: #3BFFDB; }
span { border-color: rgb(59,255,219); }
td.TdClassName
{
border-color: #3BFFDB;
}
.TagClassName
{
border-color: #3BFFDB;
}
</style>