Shades of Turquoise #3CFEB9
Tints of Turquoise #3CFEB9
RGB
CMYK
RGB Variations
Color information
#3CFEB9 (or 0x3CFEB9) is known color: Turquoise. HEX triplet: 3C, FE and B9. RGB value is (60,254,185). Sum of RGB (Red+Green+Blue) = 60+254+185=499 (66% of max value = 765). Red value is 60 (23.83% from 255 or 12.02% from 499); Green value is 254 (99.61% from 255 or 50.90% from 499); Blue value is 185 (72.66% from 255 or 37.07% from 499); Max value from RGB is 254 - color contains mainly: green. Hex color #3CFEB9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3CFEB9 is #C30146. Grayscale: #BCBCBC. Windows color (decimal): -12779847 or 12189244. OLE color: 12189244.
HSL color Cylindrical-coordinate representation of color #3CFEB9: hue angle of 158.66º 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 #3CFEB9 is Cyan = 0.76, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 60 | 254 | 185 | - |
| CMYK | 0.76 | 0 | 0.27 | 0.00 |
| HSL | 158.66º | 0.99% | 0.62% | - |
| HSV(B) | 158.66º | 0.76% | 1% | - |
| XYZ | 46.06 | 75.35 | 58.01 | - |
| YUV | 188.13 | 126.23 | 36.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 254 | 185 | 0.76 | 0 | 0.27 | 0.00 | 158.66 | 0.99 | 0.62 |
| Hex | 3C | FE | B9 | 4C | 0 | 1B | 0 | 9F | 63 | 3E |
| Octal | 74 | 376 | 271 | 114 | 0 | 33 | 0 | 237 | 143 | 76 |
| Binary | 111100 | 11111110 | 10111001 | 1001100 | 0 | 11011 | 0 | 10011111 | 1100011 | 111110 |
Color Harmonies of #3CFEB9
Complementary color
Monochromatic Colors of #3CFEB9
Black with #3CFEB9
Text Example
Text Example
White with #3CFEB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CFEB9; }
p { color: rgb(60,254,185); }
H1.HeaderClassName
{
color: #3CFEB9;
}
.AnyTagClassName
{
color: #3CFEB9;
}
</style>
background-color css
<style>
a { background-color: #3CFEB9; }
a { background-color: rgb(60,254,185); }
div.DivClassName
{
background-color: #3CFEB9;
}
.BgClassName
{
background-color: #3CFEB9;
}
</style>
border-color css
<style>
span { border-color: #3CFEB9; }
span { border-color: rgb(60,254,185); }
td.TdClassName
{
border-color: #3CFEB9;
}
.TagClassName
{
border-color: #3CFEB9;
}
</style>