Shades of Turquoise #3BDCC1
Tints of Turquoise #3BDCC1
RGB
CMYK
RGB Variations
Color information
#3BDCC1 (or 0x3BDCC1) is known color: Turquoise. HEX triplet: 3B, DC and C1. RGB value is (59,220,193). Sum of RGB (Red+Green+Blue) = 59+220+193=472 (62% of max value = 765). Red value is 59 (23.44% from 255 or 12.5% from 472); Green value is 220 (86.33% from 255 or 46.61% from 472); Blue value is 193 (75.78% from 255 or 40.89% from 472); Max value from RGB is 220 - color contains mainly: green. Hex color #3BDCC1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3BDCC1 is #C4233E. Grayscale: #A8A8A8. Windows color (decimal): -12854079 or 12704827. OLE color: 12704827.
HSL color Cylindrical-coordinate representation of color #3BDCC1: hue angle of 169.94º degrees, saturation: 0.7, 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 #3BDCC1 is Cyan = 0.73, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 59 | 220 | 193 | - |
| CMYK | 0.73 | 0 | 0.12 | 0.14 |
| HSL | 169.94º | 0.7% | 0.55% | - |
| HSV(B) | 169.94º | 0.73% | 0.86% | - |
| XYZ | 37.02 | 55.97 | 59.3 | - |
| YUV | 168.78 | 141.66 | 49.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 220 | 193 | 0.73 | 0 | 0.12 | 0.14 | 169.94 | 0.7 | 0.55 |
| Hex | 3B | DC | C1 | 49 | 0 | C | E | AA | 46 | 37 |
| Octal | 73 | 334 | 301 | 111 | 0 | 14 | 16 | 252 | 106 | 67 |
| Binary | 111011 | 11011100 | 11000001 | 1001001 | 0 | 1100 | 1110 | 10101010 | 1000110 | 110111 |
Color Harmonies of #3BDCC1
Complementary color
Monochromatic Colors of #3BDCC1
Black with #3BDCC1
Text Example
Text Example
White with #3BDCC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BDCC1; }
p { color: rgb(59,220,193); }
H1.HeaderClassName
{
color: #3BDCC1;
}
.AnyTagClassName
{
color: #3BDCC1;
}
</style>
background-color css
<style>
a { background-color: #3BDCC1; }
a { background-color: rgb(59,220,193); }
div.DivClassName
{
background-color: #3BDCC1;
}
.BgClassName
{
background-color: #3BDCC1;
}
</style>
border-color css
<style>
span { border-color: #3BDCC1; }
span { border-color: rgb(59,220,193); }
td.TdClassName
{
border-color: #3BDCC1;
}
.TagClassName
{
border-color: #3BDCC1;
}
</style>