Shades of Turquoise #3CFCEF
Tints of Turquoise #3CFCEF
RGB
CMYK
RGB Variations
Color information
#3CFCEF (or 0x3CFCEF) is known color: Turquoise. HEX triplet: 3C, FC and EF. RGB value is (60,252,239). Sum of RGB (Red+Green+Blue) = 60+252+239=551 (72% of max value = 765). Red value is 60 (23.83% from 255 or 10.89% from 551); Green value is 252 (98.83% from 255 or 45.74% from 551); Blue value is 239 (93.75% from 255 or 43.38% from 551); Max value from RGB is 252 - color contains mainly: green. Hex color #3CFCEF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3CFCEF is #C30310. Grayscale: #C0C0C0. Windows color (decimal): -12780305 or 15727676. OLE color: 15727676.
HSL color Cylindrical-coordinate representation of color #3CFCEF: hue angle of 175.94º 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 #3CFCEF is Cyan = 0.76, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 60 | 252 | 239 | - |
| CMYK | 0.76 | 0 | 0.05 | 0.01 |
| HSL | 175.94º | 0.97% | 0.61% | - |
| HSV(B) | 175.94º | 0.76% | 0.99% | - |
| XYZ | 52.25 | 76.81 | 93.73 | - |
| YUV | 193.11 | 153.89 | 33.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 252 | 239 | 0.76 | 0 | 0.05 | 0.01 | 175.94 | 0.97 | 0.61 |
| Hex | 3C | FC | EF | 4C | 0 | 5 | 1 | B0 | 61 | 3D |
| Octal | 74 | 374 | 357 | 114 | 0 | 5 | 1 | 260 | 141 | 75 |
| Binary | 111100 | 11111100 | 11101111 | 1001100 | 0 | 101 | 1 | 10110000 | 1100001 | 111101 |
Color Harmonies of #3CFCEF
Complementary color
Monochromatic Colors of #3CFCEF
Black with #3CFCEF
Text Example
Text Example
White with #3CFCEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CFCEF; }
p { color: rgb(60,252,239); }
H1.HeaderClassName
{
color: #3CFCEF;
}
.AnyTagClassName
{
color: #3CFCEF;
}
</style>
background-color css
<style>
a { background-color: #3CFCEF; }
a { background-color: rgb(60,252,239); }
div.DivClassName
{
background-color: #3CFCEF;
}
.BgClassName
{
background-color: #3CFCEF;
}
</style>
border-color css
<style>
span { border-color: #3CFCEF; }
span { border-color: rgb(60,252,239); }
td.TdClassName
{
border-color: #3CFCEF;
}
.TagClassName
{
border-color: #3CFCEF;
}
</style>