Shades of Turquoise #3CE2EC
Tints of Turquoise #3CE2EC
RGB
CMYK
RGB Variations
Color information
#3CE2EC (or 0x3CE2EC) is known color: Turquoise. HEX triplet: 3C, E2 and EC. RGB value is (60,226,236). Sum of RGB (Red+Green+Blue) = 60+226+236=522 (69% of max value = 765). Red value is 60 (23.83% from 255 or 11.49% from 522); Green value is 226 (88.67% from 255 or 43.30% from 522); Blue value is 236 (92.58% from 255 or 45.21% from 522); Max value from RGB is 236 - color contains mainly: blue. Hex color #3CE2EC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3CE2EC is #C31D13. Grayscale: #B1B1B1. Windows color (decimal): -12786964 or 15524412. OLE color: 15524412.
HSL color Cylindrical-coordinate representation of color #3CE2EC: hue angle of 183.41º 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 #3CE2EC is Cyan = 0.75, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 60 | 226 | 236 | - |
| CMYK | 0.75 | 0.04 | 0 | 0.07 |
| HSL | 183.41º | 0.82% | 0.58% | - |
| HSV(B) | 183.41º | 0.75% | 0.93% | - |
| XYZ | 44.2 | 61.41 | 88.88 | - |
| YUV | 177.51 | 161 | 44.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 226 | 236 | 0.75 | 0.04 | 0 | 0.07 | 183.41 | 0.82 | 0.58 |
| Hex | 3C | E2 | EC | 4B | 4 | 0 | 7 | B7 | 52 | 3A |
| Octal | 74 | 342 | 354 | 113 | 4 | 0 | 7 | 267 | 122 | 72 |
| Binary | 111100 | 11100010 | 11101100 | 1001011 | 100 | 0 | 111 | 10110111 | 1010010 | 111010 |
Color Harmonies of #3CE2EC
Complementary color
Monochromatic Colors of #3CE2EC
Black with #3CE2EC
Text Example
Text Example
White with #3CE2EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CE2EC; }
p { color: rgb(60,226,236); }
H1.HeaderClassName
{
color: #3CE2EC;
}
.AnyTagClassName
{
color: #3CE2EC;
}
</style>
background-color css
<style>
a { background-color: #3CE2EC; }
a { background-color: rgb(60,226,236); }
div.DivClassName
{
background-color: #3CE2EC;
}
.BgClassName
{
background-color: #3CE2EC;
}
</style>
border-color css
<style>
span { border-color: #3CE2EC; }
span { border-color: rgb(60,226,236); }
td.TdClassName
{
border-color: #3CE2EC;
}
.TagClassName
{
border-color: #3CE2EC;
}
</style>