Shades of Turquoise #3BE9DB
Tints of Turquoise #3BE9DB
RGB
CMYK
RGB Variations
Color information
#3BE9DB (or 0x3BE9DB) is known color: Turquoise. HEX triplet: 3B, E9 and DB. RGB value is (59,233,219). Sum of RGB (Red+Green+Blue) = 59+233+219=511 (67% of max value = 765). Red value is 59 (23.44% from 255 or 11.55% from 511); Green value is 233 (91.41% from 255 or 45.60% from 511); Blue value is 219 (85.94% from 255 or 42.86% from 511); Max value from RGB is 233 - color contains mainly: green. Hex color #3BE9DB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3BE9DB is #C41624. Grayscale: #B3B3B3. Windows color (decimal): -12850725 or 14412091. OLE color: 14412091.
HSL color Cylindrical-coordinate representation of color #3BE9DB: hue angle of 175.17º degrees, saturation: 0.8, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3BE9DB is Cyan = 0.75, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 59 | 233 | 219 | - |
| CMYK | 0.75 | 0 | 0.06 | 0.09 |
| HSL | 175.17º | 0.8% | 0.57% | - |
| HSV(B) | 175.17º | 0.75% | 0.91% | - |
| XYZ | 43.73 | 64.32 | 77.13 | - |
| YUV | 179.38 | 150.35 | 42.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 233 | 219 | 0.75 | 0 | 0.06 | 0.09 | 175.17 | 0.8 | 0.57 |
| Hex | 3B | E9 | DB | 4B | 0 | 6 | 9 | AF | 50 | 39 |
| Octal | 73 | 351 | 333 | 113 | 0 | 6 | 11 | 257 | 120 | 71 |
| Binary | 111011 | 11101001 | 11011011 | 1001011 | 0 | 110 | 1001 | 10101111 | 1010000 | 111001 |
Color Harmonies of #3BE9DB
Complementary color
Monochromatic Colors of #3BE9DB
Black with #3BE9DB
Text Example
Text Example
White with #3BE9DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BE9DB; }
p { color: rgb(59,233,219); }
H1.HeaderClassName
{
color: #3BE9DB;
}
.AnyTagClassName
{
color: #3BE9DB;
}
</style>
background-color css
<style>
a { background-color: #3BE9DB; }
a { background-color: rgb(59,233,219); }
div.DivClassName
{
background-color: #3BE9DB;
}
.BgClassName
{
background-color: #3BE9DB;
}
</style>
border-color css
<style>
span { border-color: #3BE9DB; }
span { border-color: rgb(59,233,219); }
td.TdClassName
{
border-color: #3BE9DB;
}
.TagClassName
{
border-color: #3BE9DB;
}
</style>