Shades of Turquoise #3CFEB3
Tints of Turquoise #3CFEB3
RGB
CMYK
RGB Variations
Color information
#3CFEB3 (or 0x3CFEB3) is known color: Turquoise. HEX triplet: 3C, FE and B3. RGB value is (60,254,179). Sum of RGB (Red+Green+Blue) = 60+254+179=493 (65% of max value = 765). Red value is 60 (23.83% from 255 or 12.17% from 493); Green value is 254 (99.61% from 255 or 51.52% from 493); Blue value is 179 (70.31% from 255 or 36.31% from 493); Max value from RGB is 254 - color contains mainly: green. Hex color #3CFEB3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3CFEB3 is #C3014C. Grayscale: #BBBBBB. Windows color (decimal): -12779853 or 11796028. OLE color: 11796028.
HSL color Cylindrical-coordinate representation of color #3CFEB3: hue angle of 156.8º 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 #3CFEB3 is Cyan = 0.76, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 60 | 254 | 179 | - |
| CMYK | 0.76 | 0 | 0.30 | 0.00 |
| HSL | 156.8º | 0.99% | 0.62% | - |
| HSV(B) | 156.8º | 0.76% | 1% | - |
| XYZ | 45.44 | 75.1 | 54.75 | - |
| YUV | 187.44 | 123.23 | 37.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 254 | 179 | 0.76 | 0 | 0.30 | 0.00 | 156.8 | 0.99 | 0.62 |
| Hex | 3C | FE | B3 | 4C | 0 | 1E | 0 | 9D | 63 | 3E |
| Octal | 74 | 376 | 263 | 114 | 0 | 36 | 0 | 235 | 143 | 76 |
| Binary | 111100 | 11111110 | 10110011 | 1001100 | 0 | 11110 | 0 | 10011101 | 1100011 | 111110 |
Color Harmonies of #3CFEB3
Complementary color
Monochromatic Colors of #3CFEB3
Black with #3CFEB3
Text Example
Text Example
White with #3CFEB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CFEB3; }
p { color: rgb(60,254,179); }
H1.HeaderClassName
{
color: #3CFEB3;
}
.AnyTagClassName
{
color: #3CFEB3;
}
</style>
background-color css
<style>
a { background-color: #3CFEB3; }
a { background-color: rgb(60,254,179); }
div.DivClassName
{
background-color: #3CFEB3;
}
.BgClassName
{
background-color: #3CFEB3;
}
</style>
border-color css
<style>
span { border-color: #3CFEB3; }
span { border-color: rgb(60,254,179); }
td.TdClassName
{
border-color: #3CFEB3;
}
.TagClassName
{
border-color: #3CFEB3;
}
</style>