Shades of Turquoise #3BF4DB
Tints of Turquoise #3BF4DB
RGB
CMYK
RGB Variations
Color information
#3BF4DB (or 0x3BF4DB) is known color: Turquoise. HEX triplet: 3B, F4 and DB. RGB value is (59,244,219). Sum of RGB (Red+Green+Blue) = 59+244+219=522 (69% of max value = 765). Red value is 59 (23.44% from 255 or 11.30% from 522); Green value is 244 (95.70% from 255 or 46.74% from 522); Blue value is 219 (85.94% from 255 or 41.95% from 522); Max value from RGB is 244 - color contains mainly: green. Hex color #3BF4DB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3BF4DB is #C40B24. Grayscale: #B9B9B9. Windows color (decimal): -12847909 or 14414907. OLE color: 14414907.
HSL color Cylindrical-coordinate representation of color #3BF4DB: hue angle of 171.89º degrees, saturation: 0.89, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3BF4DB is Cyan = 0.76, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 59 | 244 | 219 | - |
| CMYK | 0.76 | 0 | 0.10 | 0.04 |
| HSL | 171.89º | 0.89% | 0.59% | - |
| HSV(B) | 171.89º | 0.76% | 0.96% | - |
| XYZ | 46.94 | 70.75 | 78.2 | - |
| YUV | 185.84 | 146.71 | 37.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 244 | 219 | 0.76 | 0 | 0.10 | 0.04 | 171.89 | 0.89 | 0.59 |
| Hex | 3B | F4 | DB | 4C | 0 | A | 4 | AC | 59 | 3B |
| Octal | 73 | 364 | 333 | 114 | 0 | 12 | 4 | 254 | 131 | 73 |
| Binary | 111011 | 11110100 | 11011011 | 1001100 | 0 | 1010 | 100 | 10101100 | 1011001 | 111011 |
Color Harmonies of #3BF4DB
Complementary color
Monochromatic Colors of #3BF4DB
Black with #3BF4DB
Text Example
Text Example
White with #3BF4DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BF4DB; }
p { color: rgb(59,244,219); }
H1.HeaderClassName
{
color: #3BF4DB;
}
.AnyTagClassName
{
color: #3BF4DB;
}
</style>
background-color css
<style>
a { background-color: #3BF4DB; }
a { background-color: rgb(59,244,219); }
div.DivClassName
{
background-color: #3BF4DB;
}
.BgClassName
{
background-color: #3BF4DB;
}
</style>
border-color css
<style>
span { border-color: #3BF4DB; }
span { border-color: rgb(59,244,219); }
td.TdClassName
{
border-color: #3BF4DB;
}
.TagClassName
{
border-color: #3BF4DB;
}
</style>