Shades of Turquoise #3CFEE9
Tints of Turquoise #3CFEE9
RGB
CMYK
RGB Variations
Color information
#3CFEE9 (or 0x3CFEE9) is known color: Turquoise. HEX triplet: 3C, FE and E9. RGB value is (60,254,233). Sum of RGB (Red+Green+Blue) = 60+254+233=547 (72% of max value = 765). Red value is 60 (23.83% from 255 or 10.97% from 547); Green value is 254 (99.61% from 255 or 46.44% from 547); Blue value is 233 (91.41% from 255 or 42.60% from 547); Max value from RGB is 254 - color contains mainly: green. Hex color #3CFEE9 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3CFEE9 is #C30116. Grayscale: #C1C1C1. Windows color (decimal): -12779799 or 15334972. OLE color: 15334972.
HSL color Cylindrical-coordinate representation of color #3CFEE9: hue angle of 173.51º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3CFEE9 is Cyan = 0.76, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 60 | 254 | 233 | - |
| CMYK | 0.76 | 0 | 0.08 | 0.00 |
| HSL | 173.51º | 0.99% | 0.62% | - |
| HSV(B) | 173.51º | 0.76% | 1% | - |
| XYZ | 52.01 | 77.73 | 89.35 | - |
| YUV | 193.6 | 150.23 | 32.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 254 | 233 | 0.76 | 0 | 0.08 | 0.00 | 173.51 | 0.99 | 0.62 |
| Hex | 3C | FE | E9 | 4C | 0 | 8 | 0 | AE | 63 | 3E |
| Octal | 74 | 376 | 351 | 114 | 0 | 10 | 0 | 256 | 143 | 76 |
| Binary | 111100 | 11111110 | 11101001 | 1001100 | 0 | 1000 | 0 | 10101110 | 1100011 | 111110 |
Color Harmonies of #3CFEE9
Complementary color
Monochromatic Colors of #3CFEE9
Black with #3CFEE9
Text Example
Text Example
White with #3CFEE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CFEE9; }
p { color: rgb(60,254,233); }
H1.HeaderClassName
{
color: #3CFEE9;
}
.AnyTagClassName
{
color: #3CFEE9;
}
</style>
background-color css
<style>
a { background-color: #3CFEE9; }
a { background-color: rgb(60,254,233); }
div.DivClassName
{
background-color: #3CFEE9;
}
.BgClassName
{
background-color: #3CFEE9;
}
</style>
border-color css
<style>
span { border-color: #3CFEE9; }
span { border-color: rgb(60,254,233); }
td.TdClassName
{
border-color: #3CFEE9;
}
.TagClassName
{
border-color: #3CFEE9;
}
</style>