Shades of Turquoise #3CFCB9
Tints of Turquoise #3CFCB9
RGB
CMYK
RGB Variations
Color information
#3CFCB9 (or 0x3CFCB9) is known color: Turquoise. HEX triplet: 3C, FC and B9. RGB value is (60,252,185). Sum of RGB (Red+Green+Blue) = 60+252+185=497 (65% of max value = 765). Red value is 60 (23.83% from 255 or 12.07% from 497); Green value is 252 (98.83% from 255 or 50.70% from 497); Blue value is 185 (72.66% from 255 or 37.22% from 497); Max value from RGB is 252 - color contains mainly: green. Hex color #3CFCB9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3CFCB9 is #C30346. Grayscale: #BBBBBB. Windows color (decimal): -12780359 or 12188732. OLE color: 12188732.
HSL color Cylindrical-coordinate representation of color #3CFCB9: hue angle of 159.06º 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 #3CFCB9 is Cyan = 0.76, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 60 | 252 | 185 | - |
| CMYK | 0.76 | 0 | 0.27 | 0.01 |
| HSL | 159.06º | 0.97% | 0.61% | - |
| HSV(B) | 159.06º | 0.76% | 0.99% | - |
| XYZ | 45.43 | 74.08 | 57.8 | - |
| YUV | 186.95 | 126.89 | 37.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 252 | 185 | 0.76 | 0 | 0.27 | 0.01 | 159.06 | 0.97 | 0.61 |
| Hex | 3C | FC | B9 | 4C | 0 | 1B | 1 | 9F | 61 | 3D |
| Octal | 74 | 374 | 271 | 114 | 0 | 33 | 1 | 237 | 141 | 75 |
| Binary | 111100 | 11111100 | 10111001 | 1001100 | 0 | 11011 | 1 | 10011111 | 1100001 | 111101 |
Color Harmonies of #3CFCB9
Complementary color
Monochromatic Colors of #3CFCB9
Black with #3CFCB9
Text Example
Text Example
White with #3CFCB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CFCB9; }
p { color: rgb(60,252,185); }
H1.HeaderClassName
{
color: #3CFCB9;
}
.AnyTagClassName
{
color: #3CFCB9;
}
</style>
background-color css
<style>
a { background-color: #3CFCB9; }
a { background-color: rgb(60,252,185); }
div.DivClassName
{
background-color: #3CFCB9;
}
.BgClassName
{
background-color: #3CFCB9;
}
</style>
border-color css
<style>
span { border-color: #3CFCB9; }
span { border-color: rgb(60,252,185); }
td.TdClassName
{
border-color: #3CFCB9;
}
.TagClassName
{
border-color: #3CFCB9;
}
</style>