Shades of Turquoise #3CE3EC
Tints of Turquoise #3CE3EC
RGB
CMYK
RGB Variations
Color information
#3CE3EC (or 0x3CE3EC) is known color: Turquoise. HEX triplet: 3C, E3 and EC. RGB value is (60,227,236). Sum of RGB (Red+Green+Blue) = 60+227+236=523 (69% of max value = 765). Red value is 60 (23.83% from 255 or 11.47% from 523); Green value is 227 (89.06% from 255 or 43.40% from 523); Blue value is 236 (92.58% from 255 or 45.12% from 523); Max value from RGB is 236 - color contains mainly: blue. Hex color #3CE3EC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3CE3EC is #C31C13. Grayscale: #B1B1B1. Windows color (decimal): -12786708 or 15524668. OLE color: 15524668.
HSL color Cylindrical-coordinate representation of color #3CE3EC: hue angle of 183.07º 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 #3CE3EC is Cyan = 0.75, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 60 | 227 | 236 | - |
| CMYK | 0.75 | 0.04 | 0 | 0.07 |
| HSL | 183.07º | 0.82% | 0.58% | - |
| HSV(B) | 183.07º | 0.75% | 0.93% | - |
| XYZ | 44.47 | 61.95 | 88.97 | - |
| YUV | 178.09 | 160.67 | 43.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 227 | 236 | 0.75 | 0.04 | 0 | 0.07 | 183.07 | 0.82 | 0.58 |
| Hex | 3C | E3 | EC | 4B | 4 | 0 | 7 | B7 | 52 | 3A |
| Octal | 74 | 343 | 354 | 113 | 4 | 0 | 7 | 267 | 122 | 72 |
| Binary | 111100 | 11100011 | 11101100 | 1001011 | 100 | 0 | 111 | 10110111 | 1010010 | 111010 |
Color Harmonies of #3CE3EC
Complementary color
Monochromatic Colors of #3CE3EC
Black with #3CE3EC
Text Example
Text Example
White with #3CE3EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CE3EC; }
p { color: rgb(60,227,236); }
H1.HeaderClassName
{
color: #3CE3EC;
}
.AnyTagClassName
{
color: #3CE3EC;
}
</style>
background-color css
<style>
a { background-color: #3CE3EC; }
a { background-color: rgb(60,227,236); }
div.DivClassName
{
background-color: #3CE3EC;
}
.BgClassName
{
background-color: #3CE3EC;
}
</style>
border-color css
<style>
span { border-color: #3CE3EC; }
span { border-color: rgb(60,227,236); }
td.TdClassName
{
border-color: #3CE3EC;
}
.TagClassName
{
border-color: #3CE3EC;
}
</style>