Shades of Turquoise #2FF9BC
Tints of Turquoise #2FF9BC
RGB
CMYK
RGB Variations
Color information
#2FF9BC (or 0x2FF9BC) is known color: Turquoise. HEX triplet: 2F, F9 and BC. RGB value is (47,249,188). Sum of RGB (Red+Green+Blue) = 47+249+188=484 (64% of max value = 765). Red value is 47 (18.75% from 255 or 9.71% from 484); Green value is 249 (97.66% from 255 or 51.45% from 484); Blue value is 188 (73.83% from 255 or 38.84% from 484); Max value from RGB is 249 - color contains mainly: green. Hex color #2FF9BC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2FF9BC is #D00643. Grayscale: #B5B5B5. Windows color (decimal): -13633092 or 12384559. OLE color: 12384559.
HSL color Cylindrical-coordinate representation of color #2FF9BC: hue angle of 161.88º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2FF9BC is Cyan = 0.81, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 47 | 249 | 188 | - |
| CMYK | 0.81 | 0 | 0.24 | 0.02 |
| HSL | 161.88º | 0.94% | 0.58% | - |
| HSV(B) | 161.88º | 0.81% | 0.98% | - |
| XYZ | 44.13 | 71.99 | 59.15 | - |
| YUV | 181.65 | 131.58 | 31.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 249 | 188 | 0.81 | 0 | 0.24 | 0.02 | 161.88 | 0.94 | 0.58 |
| Hex | 2F | F9 | BC | 51 | 0 | 18 | 2 | A2 | 5E | 3A |
| Octal | 57 | 371 | 274 | 121 | 0 | 30 | 2 | 242 | 136 | 72 |
| Binary | 101111 | 11111001 | 10111100 | 1010001 | 0 | 11000 | 10 | 10100010 | 1011110 | 111010 |
Color Harmonies of #2FF9BC
Complementary color
Monochromatic Colors of #2FF9BC
Black with #2FF9BC
Text Example
Text Example
White with #2FF9BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FF9BC; }
p { color: rgb(47,249,188); }
H1.HeaderClassName
{
color: #2FF9BC;
}
.AnyTagClassName
{
color: #2FF9BC;
}
</style>
background-color css
<style>
a { background-color: #2FF9BC; }
a { background-color: rgb(47,249,188); }
div.DivClassName
{
background-color: #2FF9BC;
}
.BgClassName
{
background-color: #2FF9BC;
}
</style>
border-color css
<style>
span { border-color: #2FF9BC; }
span { border-color: rgb(47,249,188); }
td.TdClassName
{
border-color: #2FF9BC;
}
.TagClassName
{
border-color: #2FF9BC;
}
</style>