Shades of Turquoise #3CFCED
Tints of Turquoise #3CFCED
RGB
CMYK
RGB Variations
Color information
#3CFCED (or 0x3CFCED) is known color: Turquoise. HEX triplet: 3C, FC and ED. RGB value is (60,252,237). Sum of RGB (Red+Green+Blue) = 60+252+237=549 (72% of max value = 765). Red value is 60 (23.83% from 255 or 10.93% from 549); Green value is 252 (98.83% from 255 or 45.90% from 549); Blue value is 237 (92.97% from 255 or 43.17% from 549); Max value from RGB is 252 - color contains mainly: green. Hex color #3CFCED is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3CFCED is #C30312. Grayscale: #C0C0C0. Windows color (decimal): -12780307 or 15596604. OLE color: 15596604.
HSL color Cylindrical-coordinate representation of color #3CFCED: hue angle of 175.31º 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 #3CFCED is Cyan = 0.76, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 60 | 252 | 237 | - |
| CMYK | 0.76 | 0 | 0.06 | 0.01 |
| HSL | 175.31º | 0.97% | 0.61% | - |
| HSV(B) | 175.31º | 0.76% | 0.99% | - |
| XYZ | 51.96 | 76.7 | 92.19 | - |
| YUV | 192.88 | 152.89 | 33.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 252 | 237 | 0.76 | 0 | 0.06 | 0.01 | 175.31 | 0.97 | 0.61 |
| Hex | 3C | FC | ED | 4C | 0 | 6 | 1 | AF | 61 | 3D |
| Octal | 74 | 374 | 355 | 114 | 0 | 6 | 1 | 257 | 141 | 75 |
| Binary | 111100 | 11111100 | 11101101 | 1001100 | 0 | 110 | 1 | 10101111 | 1100001 | 111101 |
Color Harmonies of #3CFCED
Complementary color
Monochromatic Colors of #3CFCED
Black with #3CFCED
Text Example
Text Example
White with #3CFCED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CFCED; }
p { color: rgb(60,252,237); }
H1.HeaderClassName
{
color: #3CFCED;
}
.AnyTagClassName
{
color: #3CFCED;
}
</style>
background-color css
<style>
a { background-color: #3CFCED; }
a { background-color: rgb(60,252,237); }
div.DivClassName
{
background-color: #3CFCED;
}
.BgClassName
{
background-color: #3CFCED;
}
</style>
border-color css
<style>
span { border-color: #3CFCED; }
span { border-color: rgb(60,252,237); }
td.TdClassName
{
border-color: #3CFCED;
}
.TagClassName
{
border-color: #3CFCED;
}
</style>