Shades of Turquoise #3BDCC2
Tints of Turquoise #3BDCC2
RGB
CMYK
RGB Variations
Color information
#3BDCC2 (or 0x3BDCC2) is known color: Turquoise. HEX triplet: 3B, DC and C2. RGB value is (59,220,194). Sum of RGB (Red+Green+Blue) = 59+220+194=473 (62% of max value = 765). Red value is 59 (23.44% from 255 or 12.47% from 473); Green value is 220 (86.33% from 255 or 46.51% from 473); Blue value is 194 (76.17% from 255 or 41.01% from 473); Max value from RGB is 220 - color contains mainly: green. Hex color #3BDCC2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3BDCC2 is #C4233D. Grayscale: #A8A8A8. Windows color (decimal): -12854078 or 12770363. OLE color: 12770363.
HSL color Cylindrical-coordinate representation of color #3BDCC2: hue angle of 170.31º 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 #3BDCC2 is Cyan = 0.73, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 59 | 220 | 194 | - |
| CMYK | 0.73 | 0 | 0.12 | 0.14 |
| HSL | 170.31º | 0.7% | 0.55% | - |
| HSV(B) | 170.31º | 0.73% | 0.86% | - |
| XYZ | 37.13 | 56.01 | 59.89 | - |
| YUV | 168.9 | 142.16 | 49.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 220 | 194 | 0.73 | 0 | 0.12 | 0.14 | 170.31 | 0.7 | 0.55 |
| Hex | 3B | DC | C2 | 49 | 0 | C | E | AA | 46 | 37 |
| Octal | 73 | 334 | 302 | 111 | 0 | 14 | 16 | 252 | 106 | 67 |
| Binary | 111011 | 11011100 | 11000010 | 1001001 | 0 | 1100 | 1110 | 10101010 | 1000110 | 110111 |
Color Harmonies of #3BDCC2
Complementary color
Monochromatic Colors of #3BDCC2
Black with #3BDCC2
Text Example
Text Example
White with #3BDCC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BDCC2; }
p { color: rgb(59,220,194); }
H1.HeaderClassName
{
color: #3BDCC2;
}
.AnyTagClassName
{
color: #3BDCC2;
}
</style>
background-color css
<style>
a { background-color: #3BDCC2; }
a { background-color: rgb(59,220,194); }
div.DivClassName
{
background-color: #3BDCC2;
}
.BgClassName
{
background-color: #3BDCC2;
}
</style>
border-color css
<style>
span { border-color: #3BDCC2; }
span { border-color: rgb(59,220,194); }
td.TdClassName
{
border-color: #3BDCC2;
}
.TagClassName
{
border-color: #3BDCC2;
}
</style>