Shades of Turquoise #3CFFBB
Tints of Turquoise #3CFFBB
RGB
CMYK
RGB Variations
Color information
#3CFFBB (or 0x3CFFBB) is known color: Turquoise. HEX triplet: 3C, FF and BB. RGB value is (60,255,187). Sum of RGB (Red+Green+Blue) = 60+255+187=502 (66% of max value = 765). Red value is 60 (23.83% from 255 or 11.95% from 502); Green value is 255 (100% from 255 or 50.80% from 502); Blue value is 187 (73.44% from 255 or 37.25% from 502); Max value from RGB is 255 - color contains mainly: green. Hex color #3CFFBB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3CFFBB is #C30044. Grayscale: #BDBDBD. Windows color (decimal): -12779589 or 12320572. OLE color: 12320572.
HSL color Cylindrical-coordinate representation of color #3CFFBB: hue angle of 159.08º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3CFFBB is Cyan = 0.76, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.
Color convert
| RGB | 60 | 255 | 187 | - |
| CMYK | 0.76 | 0 | 0.27 | 0 |
| HSL | 159.08º | 1% | 0.62% | - |
| HSV(B) | 159.08º | 0.76% | 1% | - |
| XYZ | 46.59 | 76.07 | 59.24 | - |
| YUV | 188.94 | 126.9 | 36.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 255 | 187 | 0.76 | 0 | 0.27 | 0 | 159.08 | 1 | 0.62 |
| Hex | 3C | FF | BB | 4C | 0 | 1B | 0 | 9F | 64 | 3E |
| Octal | 74 | 377 | 273 | 114 | 0 | 33 | 0 | 237 | 144 | 76 |
| Binary | 111100 | 11111111 | 10111011 | 1001100 | 0 | 11011 | 0 | 10011111 | 1100100 | 111110 |
Color Harmonies of #3CFFBB
Complementary color
Monochromatic Colors of #3CFFBB
Black with #3CFFBB
Text Example
Text Example
White with #3CFFBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CFFBB; }
p { color: rgb(60,255,187); }
H1.HeaderClassName
{
color: #3CFFBB;
}
.AnyTagClassName
{
color: #3CFFBB;
}
</style>
background-color css
<style>
a { background-color: #3CFFBB; }
a { background-color: rgb(60,255,187); }
div.DivClassName
{
background-color: #3CFFBB;
}
.BgClassName
{
background-color: #3CFFBB;
}
</style>
border-color css
<style>
span { border-color: #3CFFBB; }
span { border-color: rgb(60,255,187); }
td.TdClassName
{
border-color: #3CFFBB;
}
.TagClassName
{
border-color: #3CFFBB;
}
</style>