Shades of Turquoise #3BDBBC
Tints of Turquoise #3BDBBC
RGB
CMYK
RGB Variations
Color information
#3BDBBC (or 0x3BDBBC) is known color: Turquoise. HEX triplet: 3B, DB and BC. RGB value is (59,219,188). Sum of RGB (Red+Green+Blue) = 59+219+188=466 (61% of max value = 765). Red value is 59 (23.44% from 255 or 12.66% from 466); Green value is 219 (85.94% from 255 or 47.00% from 466); Blue value is 188 (73.83% from 255 or 40.34% from 466); Max value from RGB is 219 - color contains mainly: green. Hex color #3BDBBC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3BDBBC is #C42443. Grayscale: #A7A7A7. Windows color (decimal): -12854340 or 12376891. OLE color: 12376891.
HSL color Cylindrical-coordinate representation of color #3BDBBC: hue angle of 168.38º 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 #3BDBBC is Cyan = 0.73, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 59 | 219 | 188 | - |
| CMYK | 0.73 | 0 | 0.14 | 0.14 |
| HSL | 168.38º | 0.69% | 0.55% | - |
| HSV(B) | 168.38º | 0.73% | 0.86% | - |
| XYZ | 36.21 | 55.22 | 56.33 | - |
| YUV | 167.63 | 139.49 | 50.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 219 | 188 | 0.73 | 0 | 0.14 | 0.14 | 168.38 | 0.69 | 0.55 |
| Hex | 3B | DB | BC | 49 | 0 | E | E | A8 | 45 | 37 |
| Octal | 73 | 333 | 274 | 111 | 0 | 16 | 16 | 250 | 105 | 67 |
| Binary | 111011 | 11011011 | 10111100 | 1001001 | 0 | 1110 | 1110 | 10101000 | 1000101 | 110111 |
Color Harmonies of #3BDBBC
Complementary color
Monochromatic Colors of #3BDBBC
Black with #3BDBBC
Text Example
Text Example
White with #3BDBBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BDBBC; }
p { color: rgb(59,219,188); }
H1.HeaderClassName
{
color: #3BDBBC;
}
.AnyTagClassName
{
color: #3BDBBC;
}
</style>
background-color css
<style>
a { background-color: #3BDBBC; }
a { background-color: rgb(59,219,188); }
div.DivClassName
{
background-color: #3BDBBC;
}
.BgClassName
{
background-color: #3BDBBC;
}
</style>
border-color css
<style>
span { border-color: #3BDBBC; }
span { border-color: rgb(59,219,188); }
td.TdClassName
{
border-color: #3BDBBC;
}
.TagClassName
{
border-color: #3BDBBC;
}
</style>