Shades of Turquoise #3CECEB
Tints of Turquoise #3CECEB
RGB
CMYK
RGB Variations
Color information
#3CECEB (or 0x3CECEB) is known color: Turquoise. HEX triplet: 3C, EC and EB. RGB value is (60,236,235). Sum of RGB (Red+Green+Blue) = 60+236+235=531 (70% of max value = 765). Red value is 60 (23.83% from 255 or 11.30% from 531); Green value is 236 (92.58% from 255 or 44.44% from 531); Blue value is 235 (92.19% from 255 or 44.26% from 531); Max value from RGB is 236 - color contains mainly: green. Hex color #3CECEB is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3CECEB is #C31314. Grayscale: #B7B7B7. Windows color (decimal): -12784405 or 15461436. OLE color: 15461436.
HSL color Cylindrical-coordinate representation of color #3CECEB: hue angle of 179.66º 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 #3CECEB is Cyan = 0.75, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 60 | 236 | 235 | - |
| CMYK | 0.75 | 0 | 0.00 | 0.07 |
| HSL | 179.66º | 0.82% | 0.58% | - |
| HSV(B) | 179.66º | 0.75% | 0.93% | - |
| XYZ | 46.85 | 66.95 | 89.05 | - |
| YUV | 183.26 | 157.19 | 40.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 236 | 235 | 0.75 | 0 | 0.00 | 0.07 | 179.66 | 0.82 | 0.58 |
| Hex | 3C | EC | EB | 4B | 0 | 0 | 7 | B4 | 52 | 3A |
| Octal | 74 | 354 | 353 | 113 | 0 | 0 | 7 | 264 | 122 | 72 |
| Binary | 111100 | 11101100 | 11101011 | 1001011 | 0 | 0 | 111 | 10110100 | 1010010 | 111010 |
Color Harmonies of #3CECEB
Complementary color
Monochromatic Colors of #3CECEB
Black with #3CECEB
Text Example
Text Example
White with #3CECEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CECEB; }
p { color: rgb(60,236,235); }
H1.HeaderClassName
{
color: #3CECEB;
}
.AnyTagClassName
{
color: #3CECEB;
}
</style>
background-color css
<style>
a { background-color: #3CECEB; }
a { background-color: rgb(60,236,235); }
div.DivClassName
{
background-color: #3CECEB;
}
.BgClassName
{
background-color: #3CECEB;
}
</style>
border-color css
<style>
span { border-color: #3CECEB; }
span { border-color: rgb(60,236,235); }
td.TdClassName
{
border-color: #3CECEB;
}
.TagClassName
{
border-color: #3CECEB;
}
</style>