Shades of Turquoise #3CD8BA
Tints of Turquoise #3CD8BA
RGB
CMYK
RGB Variations
Color information
#3CD8BA (or 0x3CD8BA) is known color: Turquoise. HEX triplet: 3C, D8 and BA. RGB value is (60,216,186). Sum of RGB (Red+Green+Blue) = 60+216+186=462 (61% of max value = 765). Red value is 60 (23.83% from 255 or 12.99% from 462); Green value is 216 (84.77% from 255 or 46.75% from 462); Blue value is 186 (73.05% from 255 or 40.26% from 462); Max value from RGB is 216 - color contains mainly: green. Hex color #3CD8BA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CD8BA is #C32745. Grayscale: #A5A5A5. Windows color (decimal): -12789574 or 12245052. OLE color: 12245052.
HSL color Cylindrical-coordinate representation of color #3CD8BA: hue angle of 168.46º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3CD8BA is Cyan = 0.72, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 60 | 216 | 186 | - |
| CMYK | 0.72 | 0 | 0.14 | 0.15 |
| HSL | 168.46º | 0.67% | 0.54% | - |
| HSV(B) | 168.46º | 0.72% | 0.85% | - |
| XYZ | 35.28 | 53.62 | 54.94 | - |
| YUV | 165.94 | 139.32 | 52.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 216 | 186 | 0.72 | 0 | 0.14 | 0.15 | 168.46 | 0.67 | 0.54 |
| Hex | 3C | D8 | BA | 48 | 0 | E | F | A8 | 43 | 36 |
| Octal | 74 | 330 | 272 | 110 | 0 | 16 | 17 | 250 | 103 | 66 |
| Binary | 111100 | 11011000 | 10111010 | 1001000 | 0 | 1110 | 1111 | 10101000 | 1000011 | 110110 |
Color Harmonies of #3CD8BA
Complementary color
Monochromatic Colors of #3CD8BA
Black with #3CD8BA
Text Example
Text Example
White with #3CD8BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CD8BA; }
p { color: rgb(60,216,186); }
H1.HeaderClassName
{
color: #3CD8BA;
}
.AnyTagClassName
{
color: #3CD8BA;
}
</style>
background-color css
<style>
a { background-color: #3CD8BA; }
a { background-color: rgb(60,216,186); }
div.DivClassName
{
background-color: #3CD8BA;
}
.BgClassName
{
background-color: #3CD8BA;
}
</style>
border-color css
<style>
span { border-color: #3CD8BA; }
span { border-color: rgb(60,216,186); }
td.TdClassName
{
border-color: #3CD8BA;
}
.TagClassName
{
border-color: #3CD8BA;
}
</style>