Shades of Turquoise #3CECDA
Tints of Turquoise #3CECDA
RGB
CMYK
RGB Variations
Color information
#3CECDA (or 0x3CECDA) is known color: Turquoise. HEX triplet: 3C, EC and DA. RGB value is (60,236,218). Sum of RGB (Red+Green+Blue) = 60+236+218=514 (68% of max value = 765). Red value is 60 (23.83% from 255 or 11.67% from 514); Green value is 236 (92.58% from 255 or 45.91% from 514); Blue value is 218 (85.55% from 255 or 42.41% from 514); Max value from RGB is 236 - color contains mainly: green. Hex color #3CECDA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3CECDA is #C31325. Grayscale: #B5B5B5. Windows color (decimal): -12784422 or 14347324. OLE color: 14347324.
HSL color Cylindrical-coordinate representation of color #3CECDA: hue angle of 173.86º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3CECDA is Cyan = 0.75, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 60 | 236 | 218 | - |
| CMYK | 0.75 | 0 | 0.08 | 0.07 |
| HSL | 173.86º | 0.82% | 0.58% | - |
| HSV(B) | 173.86º | 0.75% | 0.93% | - |
| XYZ | 44.51 | 66.01 | 76.73 | - |
| YUV | 181.32 | 148.69 | 41.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 236 | 218 | 0.75 | 0 | 0.08 | 0.07 | 173.86 | 0.82 | 0.58 |
| Hex | 3C | EC | DA | 4B | 0 | 8 | 7 | AE | 52 | 3A |
| Octal | 74 | 354 | 332 | 113 | 0 | 10 | 7 | 256 | 122 | 72 |
| Binary | 111100 | 11101100 | 11011010 | 1001011 | 0 | 1000 | 111 | 10101110 | 1010010 | 111010 |
Color Harmonies of #3CECDA
Complementary color
Monochromatic Colors of #3CECDA
Black with #3CECDA
Text Example
Text Example
White with #3CECDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CECDA; }
p { color: rgb(60,236,218); }
H1.HeaderClassName
{
color: #3CECDA;
}
.AnyTagClassName
{
color: #3CECDA;
}
</style>
background-color css
<style>
a { background-color: #3CECDA; }
a { background-color: rgb(60,236,218); }
div.DivClassName
{
background-color: #3CECDA;
}
.BgClassName
{
background-color: #3CECDA;
}
</style>
border-color css
<style>
span { border-color: #3CECDA; }
span { border-color: rgb(60,236,218); }
td.TdClassName
{
border-color: #3CECDA;
}
.TagClassName
{
border-color: #3CECDA;
}
</style>