Shades of Turquoise #3CF2B9
Tints of Turquoise #3CF2B9
RGB
CMYK
RGB Variations
Color information
#3CF2B9 (or 0x3CF2B9) is known color: Turquoise. HEX triplet: 3C, F2 and B9. RGB value is (60,242,185). Sum of RGB (Red+Green+Blue) = 60+242+185=487 (64% of max value = 765). Red value is 60 (23.83% from 255 or 12.32% from 487); Green value is 242 (94.92% from 255 or 49.69% from 487); Blue value is 185 (72.66% from 255 or 37.99% from 487); Max value from RGB is 242 - color contains mainly: green. Hex color #3CF2B9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3CF2B9 is #C30D46. Grayscale: #B5B5B5. Windows color (decimal): -12782919 or 12186172. OLE color: 12186172.
HSL color Cylindrical-coordinate representation of color #3CF2B9: hue angle of 161.21º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3CF2B9 is Cyan = 0.75, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 60 | 242 | 185 | - |
| CMYK | 0.75 | 0 | 0.24 | 0.05 |
| HSL | 161.21º | 0.88% | 0.59% | - |
| HSV(B) | 161.21º | 0.75% | 0.95% | - |
| XYZ | 42.37 | 67.97 | 56.78 | - |
| YUV | 181.08 | 130.2 | 41.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 242 | 185 | 0.75 | 0 | 0.24 | 0.05 | 161.21 | 0.88 | 0.59 |
| Hex | 3C | F2 | B9 | 4B | 0 | 18 | 5 | A1 | 58 | 3B |
| Octal | 74 | 362 | 271 | 113 | 0 | 30 | 5 | 241 | 130 | 73 |
| Binary | 111100 | 11110010 | 10111001 | 1001011 | 0 | 11000 | 101 | 10100001 | 1011000 | 111011 |
Color Harmonies of #3CF2B9
Complementary color
Monochromatic Colors of #3CF2B9
Black with #3CF2B9
Text Example
Text Example
White with #3CF2B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CF2B9; }
p { color: rgb(60,242,185); }
H1.HeaderClassName
{
color: #3CF2B9;
}
.AnyTagClassName
{
color: #3CF2B9;
}
</style>
background-color css
<style>
a { background-color: #3CF2B9; }
a { background-color: rgb(60,242,185); }
div.DivClassName
{
background-color: #3CF2B9;
}
.BgClassName
{
background-color: #3CF2B9;
}
</style>
border-color css
<style>
span { border-color: #3CF2B9; }
span { border-color: rgb(60,242,185); }
td.TdClassName
{
border-color: #3CF2B9;
}
.TagClassName
{
border-color: #3CF2B9;
}
</style>