Shades of Turquoise #3BDDC0
Tints of Turquoise #3BDDC0
RGB
CMYK
RGB Variations
Color information
#3BDDC0 (or 0x3BDDC0) is known color: Turquoise. HEX triplet: 3B, DD and C0. RGB value is (59,221,192). Sum of RGB (Red+Green+Blue) = 59+221+192=472 (62% of max value = 765). Red value is 59 (23.44% from 255 or 12.5% from 472); Green value is 221 (86.72% from 255 or 46.82% from 472); Blue value is 192 (75.39% from 255 or 40.68% from 472); Max value from RGB is 221 - color contains mainly: green. Hex color #3BDDC0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3BDDC0 is #C4223F. Grayscale: #A9A9A9. Windows color (decimal): -12853824 or 12639547. OLE color: 12639547.
HSL color Cylindrical-coordinate representation of color #3BDDC0: hue angle of 169.26º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3BDDC0 is Cyan = 0.73, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 59 | 221 | 192 | - |
| CMYK | 0.73 | 0 | 0.13 | 0.13 |
| HSL | 169.26º | 0.7% | 0.55% | - |
| HSV(B) | 169.26º | 0.73% | 0.87% | - |
| XYZ | 37.17 | 56.45 | 58.81 | - |
| YUV | 169.26 | 140.83 | 49.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 221 | 192 | 0.73 | 0 | 0.13 | 0.13 | 169.26 | 0.7 | 0.55 |
| Hex | 3B | DD | C0 | 49 | 0 | D | D | A9 | 46 | 37 |
| Octal | 73 | 335 | 300 | 111 | 0 | 15 | 15 | 251 | 106 | 67 |
| Binary | 111011 | 11011101 | 11000000 | 1001001 | 0 | 1101 | 1101 | 10101001 | 1000110 | 110111 |
Color Harmonies of #3BDDC0
Complementary color
Monochromatic Colors of #3BDDC0
Black with #3BDDC0
Text Example
Text Example
White with #3BDDC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BDDC0; }
p { color: rgb(59,221,192); }
H1.HeaderClassName
{
color: #3BDDC0;
}
.AnyTagClassName
{
color: #3BDDC0;
}
</style>
background-color css
<style>
a { background-color: #3BDDC0; }
a { background-color: rgb(59,221,192); }
div.DivClassName
{
background-color: #3BDDC0;
}
.BgClassName
{
background-color: #3BDDC0;
}
</style>
border-color css
<style>
span { border-color: #3BDDC0; }
span { border-color: rgb(59,221,192); }
td.TdClassName
{
border-color: #3BDDC0;
}
.TagClassName
{
border-color: #3BDDC0;
}
</style>