Shades of Turquoise #3CFCEA
Tints of Turquoise #3CFCEA
RGB
CMYK
RGB Variations
Color information
#3CFCEA (or 0x3CFCEA) is known color: Turquoise. HEX triplet: 3C, FC and EA. RGB value is (60,252,234). Sum of RGB (Red+Green+Blue) = 60+252+234=546 (72% of max value = 765). Red value is 60 (23.83% from 255 or 10.99% from 546); Green value is 252 (98.83% from 255 or 46.15% from 546); Blue value is 234 (91.80% from 255 or 42.86% from 546); Max value from RGB is 252 - color contains mainly: green. Hex color #3CFCEA is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3CFCEA is #C30315. Grayscale: #C0C0C0. Windows color (decimal): -12780310 or 15399996. OLE color: 15399996.
HSL color Cylindrical-coordinate representation of color #3CFCEA: hue angle of 174.38º 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 #3CFCEA is Cyan = 0.76, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 60 | 252 | 234 | - |
| CMYK | 0.76 | 0 | 0.07 | 0.01 |
| HSL | 174.38º | 0.97% | 0.61% | - |
| HSV(B) | 174.38º | 0.76% | 0.99% | - |
| XYZ | 51.53 | 76.52 | 89.9 | - |
| YUV | 192.54 | 151.39 | 33.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 252 | 234 | 0.76 | 0 | 0.07 | 0.01 | 174.38 | 0.97 | 0.61 |
| Hex | 3C | FC | EA | 4C | 0 | 7 | 1 | AE | 61 | 3D |
| Octal | 74 | 374 | 352 | 114 | 0 | 7 | 1 | 256 | 141 | 75 |
| Binary | 111100 | 11111100 | 11101010 | 1001100 | 0 | 111 | 1 | 10101110 | 1100001 | 111101 |
Color Harmonies of #3CFCEA
Complementary color
Monochromatic Colors of #3CFCEA
Black with #3CFCEA
Text Example
Text Example
White with #3CFCEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CFCEA; }
p { color: rgb(60,252,234); }
H1.HeaderClassName
{
color: #3CFCEA;
}
.AnyTagClassName
{
color: #3CFCEA;
}
</style>
background-color css
<style>
a { background-color: #3CFCEA; }
a { background-color: rgb(60,252,234); }
div.DivClassName
{
background-color: #3CFCEA;
}
.BgClassName
{
background-color: #3CFCEA;
}
</style>
border-color css
<style>
span { border-color: #3CFCEA; }
span { border-color: rgb(60,252,234); }
td.TdClassName
{
border-color: #3CFCEA;
}
.TagClassName
{
border-color: #3CFCEA;
}
</style>