Shades of Turquoise #3CFEBB
Tints of Turquoise #3CFEBB
RGB
CMYK
RGB Variations
Color information
#3CFEBB (or 0x3CFEBB) is known color: Turquoise. HEX triplet: 3C, FE and BB. RGB value is (60,254,187). Sum of RGB (Red+Green+Blue) = 60+254+187=501 (66% of max value = 765). Red value is 60 (23.83% from 255 or 11.98% from 501); Green value is 254 (99.61% from 255 or 50.70% from 501); Blue value is 187 (73.44% from 255 or 37.33% from 501); Max value from RGB is 254 - color contains mainly: green. Hex color #3CFEBB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3CFEBB is #C30144. Grayscale: #BCBCBC. Windows color (decimal): -12779845 or 12320316. OLE color: 12320316.
HSL color Cylindrical-coordinate representation of color #3CFEBB: hue angle of 159.28º 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 #3CFEBB is Cyan = 0.76, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 60 | 254 | 187 | - |
| CMYK | 0.76 | 0 | 0.26 | 0.00 |
| HSL | 159.28º | 0.99% | 0.62% | - |
| HSV(B) | 159.28º | 0.76% | 1% | - |
| XYZ | 46.27 | 75.43 | 59.13 | - |
| YUV | 188.36 | 127.23 | 36.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 254 | 187 | 0.76 | 0 | 0.26 | 0.00 | 159.28 | 0.99 | 0.62 |
| Hex | 3C | FE | BB | 4C | 0 | 1A | 0 | 9F | 63 | 3E |
| Octal | 74 | 376 | 273 | 114 | 0 | 32 | 0 | 237 | 143 | 76 |
| Binary | 111100 | 11111110 | 10111011 | 1001100 | 0 | 11010 | 0 | 10011111 | 1100011 | 111110 |
Color Harmonies of #3CFEBB
Complementary color
Monochromatic Colors of #3CFEBB
Black with #3CFEBB
Text Example
Text Example
White with #3CFEBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CFEBB; }
p { color: rgb(60,254,187); }
H1.HeaderClassName
{
color: #3CFEBB;
}
.AnyTagClassName
{
color: #3CFEBB;
}
</style>
background-color css
<style>
a { background-color: #3CFEBB; }
a { background-color: rgb(60,254,187); }
div.DivClassName
{
background-color: #3CFEBB;
}
.BgClassName
{
background-color: #3CFEBB;
}
</style>
border-color css
<style>
span { border-color: #3CFEBB; }
span { border-color: rgb(60,254,187); }
td.TdClassName
{
border-color: #3CFEBB;
}
.TagClassName
{
border-color: #3CFEBB;
}
</style>