Shades of Turquoise #2FFFBD
Tints of Turquoise #2FFFBD
RGB
CMYK
RGB Variations
Color information
#2FFFBD (or 0x2FFFBD) is known color: Turquoise. HEX triplet: 2F, FF and BD. RGB value is (47,255,189). Sum of RGB (Red+Green+Blue) = 47+255+189=491 (65% of max value = 765). Red value is 47 (18.75% from 255 or 9.57% from 491); Green value is 255 (100% from 255 or 51.93% from 491); Blue value is 189 (74.22% from 255 or 38.49% from 491); Max value from RGB is 255 - color contains mainly: green. Hex color #2FFFBD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2FFFBD is #D00042. Grayscale: #B9B9B9. Windows color (decimal): -13631555 or 12451631. OLE color: 12451631.
HSL color Cylindrical-coordinate representation of color #2FFFBD: hue angle of 160.96º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2FFFBD is Cyan = 0.82, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
| RGB | 47 | 255 | 189 | - |
| CMYK | 0.82 | 0 | 0.26 | 0 |
| HSL | 160.96º | 1% | 0.59% | - |
| HSV(B) | 160.96º | 0.82% | 1% | - |
| XYZ | 46.12 | 75.8 | 60.34 | - |
| YUV | 185.28 | 130.09 | 29.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 255 | 189 | 0.82 | 0 | 0.26 | 0 | 160.96 | 1 | 0.59 |
| Hex | 2F | FF | BD | 52 | 0 | 1A | 0 | A1 | 64 | 3B |
| Octal | 57 | 377 | 275 | 122 | 0 | 32 | 0 | 241 | 144 | 73 |
| Binary | 101111 | 11111111 | 10111101 | 1010010 | 0 | 11010 | 0 | 10100001 | 1100100 | 111011 |
Color Harmonies of #2FFFBD
Complementary color
Monochromatic Colors of #2FFFBD
Black with #2FFFBD
Text Example
Text Example
White with #2FFFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FFFBD; }
p { color: rgb(47,255,189); }
H1.HeaderClassName
{
color: #2FFFBD;
}
.AnyTagClassName
{
color: #2FFFBD;
}
</style>
background-color css
<style>
a { background-color: #2FFFBD; }
a { background-color: rgb(47,255,189); }
div.DivClassName
{
background-color: #2FFFBD;
}
.BgClassName
{
background-color: #2FFFBD;
}
</style>
border-color css
<style>
span { border-color: #2FFFBD; }
span { border-color: rgb(47,255,189); }
td.TdClassName
{
border-color: #2FFFBD;
}
.TagClassName
{
border-color: #2FFFBD;
}
</style>