Shades of Turquoise #3BD4DB
Tints of Turquoise #3BD4DB
RGB
CMYK
RGB Variations
Color information
#3BD4DB (or 0x3BD4DB) is known color: Turquoise. HEX triplet: 3B, D4 and DB. RGB value is (59,212,219). Sum of RGB (Red+Green+Blue) = 59+212+219=490 (64% of max value = 765). Red value is 59 (23.44% from 255 or 12.04% from 490); Green value is 212 (83.20% from 255 or 43.27% from 490); Blue value is 219 (85.94% from 255 or 44.69% from 490); Max value from RGB is 219 - color contains mainly: blue. Hex color #3BD4DB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3BD4DB is #C42B24. Grayscale: #A6A6A6. Windows color (decimal): -12856101 or 14406715. OLE color: 14406715.
HSL color Cylindrical-coordinate representation of color #3BD4DB: hue angle of 182.62º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3BD4DB is Cyan = 0.73, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 59 | 212 | 219 | - |
| CMYK | 0.73 | 0.03 | 0 | 0.14 |
| HSL | 182.63º | 0.69% | 0.55% | - |
| HSV(B) | 182.63º | 0.73% | 0.86% | - |
| XYZ | 38.13 | 53.13 | 75.26 | - |
| YUV | 167.05 | 157.31 | 50.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 212 | 219 | 0.73 | 0.03 | 0 | 0.14 | 182.63 | 0.69 | 0.55 |
| Hex | 3B | D4 | DB | 49 | 3 | 0 | E | B7 | 45 | 37 |
| Octal | 73 | 324 | 333 | 111 | 3 | 0 | 16 | 267 | 105 | 67 |
| Binary | 111011 | 11010100 | 11011011 | 1001001 | 11 | 0 | 1110 | 10110111 | 1000101 | 110111 |
Color Harmonies of #3BD4DB
Complementary color
Monochromatic Colors of #3BD4DB
Black with #3BD4DB
Text Example
Text Example
White with #3BD4DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BD4DB; }
p { color: rgb(59,212,219); }
H1.HeaderClassName
{
color: #3BD4DB;
}
.AnyTagClassName
{
color: #3BD4DB;
}
</style>
background-color css
<style>
a { background-color: #3BD4DB; }
a { background-color: rgb(59,212,219); }
div.DivClassName
{
background-color: #3BD4DB;
}
.BgClassName
{
background-color: #3BD4DB;
}
</style>
border-color css
<style>
span { border-color: #3BD4DB; }
span { border-color: rgb(59,212,219); }
td.TdClassName
{
border-color: #3BD4DB;
}
.TagClassName
{
border-color: #3BD4DB;
}
</style>