Shades of Turquoise #2FF8B3
Tints of Turquoise #2FF8B3
RGB
CMYK
RGB Variations
Color information
#2FF8B3 (or 0x2FF8B3) is known color: Turquoise. HEX triplet: 2F, F8 and B3. RGB value is (47,248,179). Sum of RGB (Red+Green+Blue) = 47+248+179=474 (62% of max value = 765). Red value is 47 (18.75% from 255 or 9.92% from 474); Green value is 248 (97.27% from 255 or 52.32% from 474); Blue value is 179 (70.31% from 255 or 37.76% from 474); Max value from RGB is 248 - color contains mainly: green. Hex color #2FF8B3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2FF8B3 is #D0074C. Grayscale: #B4B4B4. Windows color (decimal): -13633357 or 11794479. OLE color: 11794479.
HSL color Cylindrical-coordinate representation of color #2FF8B3: hue angle of 159.4º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2FF8B3 is Cyan = 0.81, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 47 | 248 | 179 | - |
| CMYK | 0.81 | 0 | 0.28 | 0.03 |
| HSL | 159.4º | 0.93% | 0.58% | - |
| HSV(B) | 159.4º | 0.81% | 0.97% | - |
| XYZ | 42.88 | 70.99 | 54.09 | - |
| YUV | 180.04 | 127.41 | 33.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 248 | 179 | 0.81 | 0 | 0.28 | 0.03 | 159.4 | 0.93 | 0.58 |
| Hex | 2F | F8 | B3 | 51 | 0 | 1C | 3 | 9F | 5D | 3A |
| Octal | 57 | 370 | 263 | 121 | 0 | 34 | 3 | 237 | 135 | 72 |
| Binary | 101111 | 11111000 | 10110011 | 1010001 | 0 | 11100 | 11 | 10011111 | 1011101 | 111010 |
Color Harmonies of #2FF8B3
Complementary color
Monochromatic Colors of #2FF8B3
Black with #2FF8B3
Text Example
Text Example
White with #2FF8B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FF8B3; }
p { color: rgb(47,248,179); }
H1.HeaderClassName
{
color: #2FF8B3;
}
.AnyTagClassName
{
color: #2FF8B3;
}
</style>
background-color css
<style>
a { background-color: #2FF8B3; }
a { background-color: rgb(47,248,179); }
div.DivClassName
{
background-color: #2FF8B3;
}
.BgClassName
{
background-color: #2FF8B3;
}
</style>
border-color css
<style>
span { border-color: #2FF8B3; }
span { border-color: rgb(47,248,179); }
td.TdClassName
{
border-color: #2FF8B3;
}
.TagClassName
{
border-color: #2FF8B3;
}
</style>