Shades of Turquoise #3CECFC
Tints of Turquoise #3CECFC
RGB
CMYK
RGB Variations
Color information
#3CECFC (or 0x3CECFC) is known color: Turquoise. HEX triplet: 3C, EC and FC. RGB value is (60,236,252). Sum of RGB (Red+Green+Blue) = 60+236+252=548 (72% of max value = 765). Red value is 60 (23.83% from 255 or 10.95% from 548); Green value is 236 (92.58% from 255 or 43.07% from 548); Blue value is 252 (98.83% from 255 or 45.99% from 548); Max value from RGB is 252 - color contains mainly: blue. Hex color #3CECFC is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3CECFC is #C31303. Grayscale: #B8B8B8. Windows color (decimal): -12784388 or 16575548. OLE color: 16575548.
HSL color Cylindrical-coordinate representation of color #3CECFC: hue angle of 185º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3CECFC is Cyan = 0.76, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 60 | 236 | 252 | - |
| CMYK | 0.76 | 0.06 | 0 | 0.01 |
| HSL | 185º | 0.97% | 0.61% | - |
| HSV(B) | 185º | 0.76% | 0.99% | - |
| XYZ | 49.43 | 67.98 | 102.61 | - |
| YUV | 185.2 | 165.69 | 38.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 236 | 252 | 0.76 | 0.06 | 0 | 0.01 | 185 | 0.97 | 0.61 |
| Hex | 3C | EC | FC | 4C | 6 | 0 | 1 | B9 | 61 | 3D |
| Octal | 74 | 354 | 374 | 114 | 6 | 0 | 1 | 271 | 141 | 75 |
| Binary | 111100 | 11101100 | 11111100 | 1001100 | 110 | 0 | 1 | 10111001 | 1100001 | 111101 |
Color Harmonies of #3CECFC
Complementary color
Monochromatic Colors of #3CECFC
Black with #3CECFC
Text Example
Text Example
White with #3CECFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CECFC; }
p { color: rgb(60,236,252); }
H1.HeaderClassName
{
color: #3CECFC;
}
.AnyTagClassName
{
color: #3CECFC;
}
</style>
background-color css
<style>
a { background-color: #3CECFC; }
a { background-color: rgb(60,236,252); }
div.DivClassName
{
background-color: #3CECFC;
}
.BgClassName
{
background-color: #3CECFC;
}
</style>
border-color css
<style>
span { border-color: #3CECFC; }
span { border-color: rgb(60,236,252); }
td.TdClassName
{
border-color: #3CECFC;
}
.TagClassName
{
border-color: #3CECFC;
}
</style>