Shades of Turquoise #3CDABA
Tints of Turquoise #3CDABA
RGB
CMYK
RGB Variations
Color information
#3CDABA (or 0x3CDABA) is known color: Turquoise. HEX triplet: 3C, DA and BA. RGB value is (60,218,186). Sum of RGB (Red+Green+Blue) = 60+218+186=464 (61% of max value = 765). Red value is 60 (23.83% from 255 or 12.93% from 464); Green value is 218 (85.55% from 255 or 46.98% from 464); Blue value is 186 (73.05% from 255 or 40.09% from 464); Max value from RGB is 218 - color contains mainly: green. Hex color #3CDABA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CDABA is #C32545. Grayscale: #A7A7A7. Windows color (decimal): -12789062 or 12245564. OLE color: 12245564.
HSL color Cylindrical-coordinate representation of color #3CDABA: hue angle of 167.85º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3CDABA is Cyan = 0.72, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 60 | 218 | 186 | - |
| CMYK | 0.72 | 0 | 0.15 | 0.15 |
| HSL | 167.85º | 0.68% | 0.55% | - |
| HSV(B) | 167.85º | 0.72% | 0.85% | - |
| XYZ | 35.8 | 54.65 | 55.12 | - |
| YUV | 167.11 | 138.65 | 51.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 218 | 186 | 0.72 | 0 | 0.15 | 0.15 | 167.85 | 0.68 | 0.55 |
| Hex | 3C | DA | BA | 48 | 0 | F | F | A8 | 44 | 37 |
| Octal | 74 | 332 | 272 | 110 | 0 | 17 | 17 | 250 | 104 | 67 |
| Binary | 111100 | 11011010 | 10111010 | 1001000 | 0 | 1111 | 1111 | 10101000 | 1000100 | 110111 |
Color Harmonies of #3CDABA
Complementary color
Monochromatic Colors of #3CDABA
Black with #3CDABA
Text Example
Text Example
White with #3CDABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CDABA; }
p { color: rgb(60,218,186); }
H1.HeaderClassName
{
color: #3CDABA;
}
.AnyTagClassName
{
color: #3CDABA;
}
</style>
background-color css
<style>
a { background-color: #3CDABA; }
a { background-color: rgb(60,218,186); }
div.DivClassName
{
background-color: #3CDABA;
}
.BgClassName
{
background-color: #3CDABA;
}
</style>
border-color css
<style>
span { border-color: #3CDABA; }
span { border-color: rgb(60,218,186); }
td.TdClassName
{
border-color: #3CDABA;
}
.TagClassName
{
border-color: #3CDABA;
}
</style>