Shades of Turquoise #3CF2B0
Tints of Turquoise #3CF2B0
RGB
CMYK
RGB Variations
Color information
#3CF2B0 (or 0x3CF2B0) is known color: Turquoise. HEX triplet: 3C, F2 and B0. RGB value is (60,242,176). Sum of RGB (Red+Green+Blue) = 60+242+176=478 (63% of max value = 765). Red value is 60 (23.83% from 255 or 12.55% from 478); Green value is 242 (94.92% from 255 or 50.63% from 478); Blue value is 176 (69.14% from 255 or 36.82% from 478); Max value from RGB is 242 - color contains mainly: green. Hex color #3CF2B0 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3CF2B0 is #C30D4F. Grayscale: #B4B4B4. Windows color (decimal): -12782928 or 11596348. OLE color: 11596348.
HSL color Cylindrical-coordinate representation of color #3CF2B0: hue angle of 158.24º 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 #3CF2B0 is Cyan = 0.75, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 60 | 242 | 176 | - |
| CMYK | 0.75 | 0 | 0.27 | 0.05 |
| HSL | 158.24º | 0.88% | 0.59% | - |
| HSV(B) | 158.24º | 0.75% | 0.95% | - |
| XYZ | 41.45 | 67.6 | 51.94 | - |
| YUV | 180.06 | 125.7 | 42.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 242 | 176 | 0.75 | 0 | 0.27 | 0.05 | 158.24 | 0.88 | 0.59 |
| Hex | 3C | F2 | B0 | 4B | 0 | 1B | 5 | 9E | 58 | 3B |
| Octal | 74 | 362 | 260 | 113 | 0 | 33 | 5 | 236 | 130 | 73 |
| Binary | 111100 | 11110010 | 10110000 | 1001011 | 0 | 11011 | 101 | 10011110 | 1011000 | 111011 |
Color Harmonies of #3CF2B0
Complementary color
Monochromatic Colors of #3CF2B0
Black with #3CF2B0
Text Example
Text Example
White with #3CF2B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CF2B0; }
p { color: rgb(60,242,176); }
H1.HeaderClassName
{
color: #3CF2B0;
}
.AnyTagClassName
{
color: #3CF2B0;
}
</style>
background-color css
<style>
a { background-color: #3CF2B0; }
a { background-color: rgb(60,242,176); }
div.DivClassName
{
background-color: #3CF2B0;
}
.BgClassName
{
background-color: #3CF2B0;
}
</style>
border-color css
<style>
span { border-color: #3CF2B0; }
span { border-color: rgb(60,242,176); }
td.TdClassName
{
border-color: #3CF2B0;
}
.TagClassName
{
border-color: #3CF2B0;
}
</style>