Shades of Turquoise #3BDAC0
Tints of Turquoise #3BDAC0
RGB
CMYK
RGB Variations
Color information
#3BDAC0 (or 0x3BDAC0) is known color: Turquoise. HEX triplet: 3B, DA and C0. RGB value is (59,218,192). Sum of RGB (Red+Green+Blue) = 59+218+192=469 (62% of max value = 765). Red value is 59 (23.44% from 255 or 12.58% from 469); Green value is 218 (85.55% from 255 or 46.48% from 469); Blue value is 192 (75.39% from 255 or 40.94% from 469); Max value from RGB is 218 - color contains mainly: green. Hex color #3BDAC0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3BDAC0 is #C4253F. Grayscale: #A7A7A7. Windows color (decimal): -12854592 or 12638779. OLE color: 12638779.
HSL color Cylindrical-coordinate representation of color #3BDAC0: hue angle of 170.19º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3BDAC0 is Cyan = 0.73, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 59 | 218 | 192 | - |
| CMYK | 0.73 | 0 | 0.12 | 0.15 |
| HSL | 170.19º | 0.68% | 0.54% | - |
| HSV(B) | 170.19º | 0.73% | 0.85% | - |
| XYZ | 36.39 | 54.88 | 58.54 | - |
| YUV | 167.5 | 141.82 | 50.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 218 | 192 | 0.73 | 0 | 0.12 | 0.15 | 170.19 | 0.68 | 0.54 |
| Hex | 3B | DA | C0 | 49 | 0 | C | F | AA | 44 | 36 |
| Octal | 73 | 332 | 300 | 111 | 0 | 14 | 17 | 252 | 104 | 66 |
| Binary | 111011 | 11011010 | 11000000 | 1001001 | 0 | 1100 | 1111 | 10101010 | 1000100 | 110110 |
Color Harmonies of #3BDAC0
Complementary color
Monochromatic Colors of #3BDAC0
Black with #3BDAC0
Text Example
Text Example
White with #3BDAC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BDAC0; }
p { color: rgb(59,218,192); }
H1.HeaderClassName
{
color: #3BDAC0;
}
.AnyTagClassName
{
color: #3BDAC0;
}
</style>
background-color css
<style>
a { background-color: #3BDAC0; }
a { background-color: rgb(59,218,192); }
div.DivClassName
{
background-color: #3BDAC0;
}
.BgClassName
{
background-color: #3BDAC0;
}
</style>
border-color css
<style>
span { border-color: #3BDAC0; }
span { border-color: rgb(59,218,192); }
td.TdClassName
{
border-color: #3BDAC0;
}
.TagClassName
{
border-color: #3BDAC0;
}
</style>