Shades of Turquoise #3BF9DB
Tints of Turquoise #3BF9DB
RGB
CMYK
RGB Variations
Color information
#3BF9DB (or 0x3BF9DB) is known color: Turquoise. HEX triplet: 3B, F9 and DB. RGB value is (59,249,219). Sum of RGB (Red+Green+Blue) = 59+249+219=527 (69% of max value = 765). Red value is 59 (23.44% from 255 or 11.20% from 527); Green value is 249 (97.66% from 255 or 47.25% from 527); Blue value is 219 (85.94% from 255 or 41.56% from 527); Max value from RGB is 249 - color contains mainly: green. Hex color #3BF9DB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3BF9DB is #C40624. Grayscale: #BCBCBC. Windows color (decimal): -12846629 or 14416187. OLE color: 14416187.
HSL color Cylindrical-coordinate representation of color #3BF9DB: hue angle of 170.53º degrees, saturation: 0.94, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3BF9DB is Cyan = 0.76, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 59 | 249 | 219 | - |
| CMYK | 0.76 | 0 | 0.12 | 0.02 |
| HSL | 170.53º | 0.94% | 0.6% | - |
| HSV(B) | 170.53º | 0.76% | 0.98% | - |
| XYZ | 48.47 | 73.8 | 78.71 | - |
| YUV | 188.77 | 145.05 | 35.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 249 | 219 | 0.76 | 0 | 0.12 | 0.02 | 170.53 | 0.94 | 0.6 |
| Hex | 3B | F9 | DB | 4C | 0 | C | 2 | AB | 5E | 3C |
| Octal | 73 | 371 | 333 | 114 | 0 | 14 | 2 | 253 | 136 | 74 |
| Binary | 111011 | 11111001 | 11011011 | 1001100 | 0 | 1100 | 10 | 10101011 | 1011110 | 111100 |
Color Harmonies of #3BF9DB
Complementary color
Monochromatic Colors of #3BF9DB
Black with #3BF9DB
Text Example
Text Example
White with #3BF9DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BF9DB; }
p { color: rgb(59,249,219); }
H1.HeaderClassName
{
color: #3BF9DB;
}
.AnyTagClassName
{
color: #3BF9DB;
}
</style>
background-color css
<style>
a { background-color: #3BF9DB; }
a { background-color: rgb(59,249,219); }
div.DivClassName
{
background-color: #3BF9DB;
}
.BgClassName
{
background-color: #3BF9DB;
}
</style>
border-color css
<style>
span { border-color: #3BF9DB; }
span { border-color: rgb(59,249,219); }
td.TdClassName
{
border-color: #3BF9DB;
}
.TagClassName
{
border-color: #3BF9DB;
}
</style>