Shades of Turquoise #3CECFD
Tints of Turquoise #3CECFD
RGB
CMYK
RGB Variations
Color information
#3CECFD (or 0x3CECFD) is known color: Turquoise. HEX triplet: 3C, EC and FD. RGB value is (60,236,253). Sum of RGB (Red+Green+Blue) = 60+236+253=549 (72% of max value = 765). Red value is 60 (23.83% from 255 or 10.93% from 549); Green value is 236 (92.58% from 255 or 42.99% from 549); Blue value is 253 (99.22% from 255 or 46.08% from 549); Max value from RGB is 253 - color contains mainly: blue. Hex color #3CECFD is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3CECFD is #C31302. Grayscale: #B9B9B9. Windows color (decimal): -12784387 or 16641084. OLE color: 16641084.
HSL color Cylindrical-coordinate representation of color #3CECFD: hue angle of 185.28º degrees, saturation: 0.98, 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 #3CECFD is Cyan = 0.76, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 60 | 236 | 253 | - |
| CMYK | 0.76 | 0.07 | 0 | 0.01 |
| HSL | 185.29º | 0.98% | 0.61% | - |
| HSV(B) | 185.29º | 0.76% | 0.99% | - |
| XYZ | 49.59 | 68.04 | 103.45 | - |
| YUV | 185.31 | 166.19 | 38.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 236 | 253 | 0.76 | 0.07 | 0 | 0.01 | 185.29 | 0.98 | 0.61 |
| Hex | 3C | EC | FD | 4C | 7 | 0 | 1 | B9 | 62 | 3D |
| Octal | 74 | 354 | 375 | 114 | 7 | 0 | 1 | 271 | 142 | 75 |
| Binary | 111100 | 11101100 | 11111101 | 1001100 | 111 | 0 | 1 | 10111001 | 1100010 | 111101 |
Color Harmonies of #3CECFD
Complementary color
Monochromatic Colors of #3CECFD
Black with #3CECFD
Text Example
Text Example
White with #3CECFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CECFD; }
p { color: rgb(60,236,253); }
H1.HeaderClassName
{
color: #3CECFD;
}
.AnyTagClassName
{
color: #3CECFD;
}
</style>
background-color css
<style>
a { background-color: #3CECFD; }
a { background-color: rgb(60,236,253); }
div.DivClassName
{
background-color: #3CECFD;
}
.BgClassName
{
background-color: #3CECFD;
}
</style>
border-color css
<style>
span { border-color: #3CECFD; }
span { border-color: rgb(60,236,253); }
td.TdClassName
{
border-color: #3CECFD;
}
.TagClassName
{
border-color: #3CECFD;
}
</style>