Shades of Turquoise #2FF8F3
Tints of Turquoise #2FF8F3
RGB
CMYK
RGB Variations
Color information
#2FF8F3 (or 0x2FF8F3) is known color: Turquoise. HEX triplet: 2F, F8 and F3. RGB value is (47,248,243). Sum of RGB (Red+Green+Blue) = 47+248+243=538 (71% of max value = 765). Red value is 47 (18.75% from 255 or 8.74% from 538); Green value is 248 (97.27% from 255 or 46.10% from 538); Blue value is 243 (95.31% from 255 or 45.17% from 538); Max value from RGB is 248 - color contains mainly: green. Hex color #2FF8F3 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2FF8F3 is #D0070C. Grayscale: #BBBBBB. Windows color (decimal): -13633293 or 15988783. OLE color: 15988783.
HSL color Cylindrical-coordinate representation of color #2FF8F3: hue angle of 178.51º 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 #2FF8F3 is Cyan = 0.81, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 47 | 248 | 243 | - |
| CMYK | 0.81 | 0 | 0.02 | 0.03 |
| HSL | 178.51º | 0.93% | 0.58% | - |
| HSV(B) | 178.51º | 0.81% | 0.97% | - |
| XYZ | 50.92 | 74.21 | 96.43 | - |
| YUV | 187.33 | 159.41 | 27.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 248 | 243 | 0.81 | 0 | 0.02 | 0.03 | 178.51 | 0.93 | 0.58 |
| Hex | 2F | F8 | F3 | 51 | 0 | 2 | 3 | B3 | 5D | 3A |
| Octal | 57 | 370 | 363 | 121 | 0 | 2 | 3 | 263 | 135 | 72 |
| Binary | 101111 | 11111000 | 11110011 | 1010001 | 0 | 10 | 11 | 10110011 | 1011101 | 111010 |
Color Harmonies of #2FF8F3
Complementary color
Monochromatic Colors of #2FF8F3
Black with #2FF8F3
Text Example
Text Example
White with #2FF8F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FF8F3; }
p { color: rgb(47,248,243); }
H1.HeaderClassName
{
color: #2FF8F3;
}
.AnyTagClassName
{
color: #2FF8F3;
}
</style>
background-color css
<style>
a { background-color: #2FF8F3; }
a { background-color: rgb(47,248,243); }
div.DivClassName
{
background-color: #2FF8F3;
}
.BgClassName
{
background-color: #2FF8F3;
}
</style>
border-color css
<style>
span { border-color: #2FF8F3; }
span { border-color: rgb(47,248,243); }
td.TdClassName
{
border-color: #2FF8F3;
}
.TagClassName
{
border-color: #2FF8F3;
}
</style>