Shades of Turquoise #3CECEA
Tints of Turquoise #3CECEA
RGB
CMYK
RGB Variations
Color information
#3CECEA (or 0x3CECEA) is known color: Turquoise. HEX triplet: 3C, EC and EA. RGB value is (60,236,234). Sum of RGB (Red+Green+Blue) = 60+236+234=530 (70% of max value = 765). Red value is 60 (23.83% from 255 or 11.32% from 530); Green value is 236 (92.58% from 255 or 44.53% from 530); Blue value is 234 (91.80% from 255 or 44.15% from 530); Max value from RGB is 236 - color contains mainly: green. Hex color #3CECEA is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3CECEA is #C31315. Grayscale: #B6B6B6. Windows color (decimal): -12784406 or 15395900. OLE color: 15395900.
HSL color Cylindrical-coordinate representation of color #3CECEA: hue angle of 179.32º 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 #3CECEA is Cyan = 0.75, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 60 | 236 | 234 | - |
| CMYK | 0.75 | 0 | 0.01 | 0.07 |
| HSL | 179.32º | 0.82% | 0.58% | - |
| HSV(B) | 179.32º | 0.75% | 0.93% | - |
| XYZ | 46.71 | 66.89 | 88.29 | - |
| YUV | 183.15 | 156.69 | 40.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 236 | 234 | 0.75 | 0 | 0.01 | 0.07 | 179.32 | 0.82 | 0.58 |
| Hex | 3C | EC | EA | 4B | 0 | 1 | 7 | B3 | 52 | 3A |
| Octal | 74 | 354 | 352 | 113 | 0 | 1 | 7 | 263 | 122 | 72 |
| Binary | 111100 | 11101100 | 11101010 | 1001011 | 0 | 1 | 111 | 10110011 | 1010010 | 111010 |
Color Harmonies of #3CECEA
Complementary color
Monochromatic Colors of #3CECEA
Black with #3CECEA
Text Example
Text Example
White with #3CECEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CECEA; }
p { color: rgb(60,236,234); }
H1.HeaderClassName
{
color: #3CECEA;
}
.AnyTagClassName
{
color: #3CECEA;
}
</style>
background-color css
<style>
a { background-color: #3CECEA; }
a { background-color: rgb(60,236,234); }
div.DivClassName
{
background-color: #3CECEA;
}
.BgClassName
{
background-color: #3CECEA;
}
</style>
border-color css
<style>
span { border-color: #3CECEA; }
span { border-color: rgb(60,236,234); }
td.TdClassName
{
border-color: #3CECEA;
}
.TagClassName
{
border-color: #3CECEA;
}
</style>