Shades of Turquoise #3BF1DB
Tints of Turquoise #3BF1DB
RGB
CMYK
RGB Variations
Color information
#3BF1DB (or 0x3BF1DB) is known color: Turquoise. HEX triplet: 3B, F1 and DB. RGB value is (59,241,219). Sum of RGB (Red+Green+Blue) = 59+241+219=519 (68% of max value = 765). Red value is 59 (23.44% from 255 or 11.37% from 519); Green value is 241 (94.53% from 255 or 46.44% from 519); Blue value is 219 (85.94% from 255 or 42.20% from 519); Max value from RGB is 241 - color contains mainly: green. Hex color #3BF1DB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3BF1DB is #C40E24. Grayscale: #B7B7B7. Windows color (decimal): -12848677 or 14414139. OLE color: 14414139.
HSL color Cylindrical-coordinate representation of color #3BF1DB: hue angle of 172.75º 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 #3BF1DB is Cyan = 0.76, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 59 | 241 | 219 | - |
| CMYK | 0.76 | 0 | 0.09 | 0.05 |
| HSL | 172.75º | 0.87% | 0.59% | - |
| HSV(B) | 172.75º | 0.76% | 0.95% | - |
| XYZ | 46.05 | 68.95 | 77.9 | - |
| YUV | 184.07 | 147.7 | 38.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 241 | 219 | 0.76 | 0 | 0.09 | 0.05 | 172.75 | 0.87 | 0.59 |
| Hex | 3B | F1 | DB | 4C | 0 | 9 | 5 | AD | 57 | 3B |
| Octal | 73 | 361 | 333 | 114 | 0 | 11 | 5 | 255 | 127 | 73 |
| Binary | 111011 | 11110001 | 11011011 | 1001100 | 0 | 1001 | 101 | 10101101 | 1010111 | 111011 |
Color Harmonies of #3BF1DB
Complementary color
Monochromatic Colors of #3BF1DB
Black with #3BF1DB
Text Example
Text Example
White with #3BF1DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BF1DB; }
p { color: rgb(59,241,219); }
H1.HeaderClassName
{
color: #3BF1DB;
}
.AnyTagClassName
{
color: #3BF1DB;
}
</style>
background-color css
<style>
a { background-color: #3BF1DB; }
a { background-color: rgb(59,241,219); }
div.DivClassName
{
background-color: #3BF1DB;
}
.BgClassName
{
background-color: #3BF1DB;
}
</style>
border-color css
<style>
span { border-color: #3BF1DB; }
span { border-color: rgb(59,241,219); }
td.TdClassName
{
border-color: #3BF1DB;
}
.TagClassName
{
border-color: #3BF1DB;
}
</style>