Shades of Turquoise #3CF2BE
Tints of Turquoise #3CF2BE
RGB
CMYK
RGB Variations
Color information
#3CF2BE (or 0x3CF2BE) is known color: Turquoise. HEX triplet: 3C, F2 and BE. RGB value is (60,242,190). Sum of RGB (Red+Green+Blue) = 60+242+190=492 (65% of max value = 765). Red value is 60 (23.83% from 255 or 12.20% from 492); Green value is 242 (94.92% from 255 or 49.19% from 492); Blue value is 190 (74.61% from 255 or 38.62% from 492); Max value from RGB is 242 - color contains mainly: green. Hex color #3CF2BE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3CF2BE is #C30D41. Grayscale: #B5B5B5. Windows color (decimal): -12782914 or 12513852. OLE color: 12513852.
HSL color Cylindrical-coordinate representation of color #3CF2BE: hue angle of 162.86º 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 #3CF2BE is Cyan = 0.75, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 60 | 242 | 190 | - |
| CMYK | 0.75 | 0 | 0.21 | 0.05 |
| HSL | 162.86º | 0.88% | 0.59% | - |
| HSV(B) | 162.86º | 0.75% | 0.95% | - |
| XYZ | 42.91 | 68.18 | 59.61 | - |
| YUV | 181.65 | 132.7 | 41.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 242 | 190 | 0.75 | 0 | 0.21 | 0.05 | 162.86 | 0.88 | 0.59 |
| Hex | 3C | F2 | BE | 4B | 0 | 15 | 5 | A3 | 58 | 3B |
| Octal | 74 | 362 | 276 | 113 | 0 | 25 | 5 | 243 | 130 | 73 |
| Binary | 111100 | 11110010 | 10111110 | 1001011 | 0 | 10101 | 101 | 10100011 | 1011000 | 111011 |
Color Harmonies of #3CF2BE
Complementary color
Monochromatic Colors of #3CF2BE
Black with #3CF2BE
Text Example
Text Example
White with #3CF2BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CF2BE; }
p { color: rgb(60,242,190); }
H1.HeaderClassName
{
color: #3CF2BE;
}
.AnyTagClassName
{
color: #3CF2BE;
}
</style>
background-color css
<style>
a { background-color: #3CF2BE; }
a { background-color: rgb(60,242,190); }
div.DivClassName
{
background-color: #3CF2BE;
}
.BgClassName
{
background-color: #3CF2BE;
}
</style>
border-color css
<style>
span { border-color: #3CF2BE; }
span { border-color: rgb(60,242,190); }
td.TdClassName
{
border-color: #3CF2BE;
}
.TagClassName
{
border-color: #3CF2BE;
}
</style>