Shades of Turquoise #2FEFF9
Tints of Turquoise #2FEFF9
RGB
CMYK
RGB Variations
Color information
#2FEFF9 (or 0x2FEFF9) is known color: Turquoise. HEX triplet: 2F, EF and F9. RGB value is (47,239,249). Sum of RGB (Red+Green+Blue) = 47+239+249=535 (70% of max value = 765). Red value is 47 (18.75% from 255 or 8.79% from 535); Green value is 239 (93.75% from 255 or 44.67% from 535); Blue value is 249 (97.66% from 255 or 46.54% from 535); Max value from RGB is 249 - color contains mainly: blue. Hex color #2FEFF9 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2FEFF9 is #D01006. Grayscale: #B6B6B6. Windows color (decimal): -13635591 or 16379695. OLE color: 16379695.
HSL color Cylindrical-coordinate representation of color #2FEFF9: hue angle of 182.97º 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 #2FEFF9 is Cyan = 0.81, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 47 | 239 | 249 | - |
| CMYK | 0.81 | 0.04 | 0 | 0.02 |
| HSL | 182.97º | 0.94% | 0.58% | - |
| HSV(B) | 182.97º | 0.81% | 0.98% | - |
| XYZ | 49.14 | 69.18 | 100.39 | - |
| YUV | 182.73 | 165.39 | 31.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 239 | 249 | 0.81 | 0.04 | 0 | 0.02 | 182.97 | 0.94 | 0.58 |
| Hex | 2F | EF | F9 | 51 | 4 | 0 | 2 | B7 | 5E | 3A |
| Octal | 57 | 357 | 371 | 121 | 4 | 0 | 2 | 267 | 136 | 72 |
| Binary | 101111 | 11101111 | 11111001 | 1010001 | 100 | 0 | 10 | 10110111 | 1011110 | 111010 |
Color Harmonies of #2FEFF9
Complementary color
Monochromatic Colors of #2FEFF9
Black with #2FEFF9
Text Example
Text Example
White with #2FEFF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FEFF9; }
p { color: rgb(47,239,249); }
H1.HeaderClassName
{
color: #2FEFF9;
}
.AnyTagClassName
{
color: #2FEFF9;
}
</style>
background-color css
<style>
a { background-color: #2FEFF9; }
a { background-color: rgb(47,239,249); }
div.DivClassName
{
background-color: #2FEFF9;
}
.BgClassName
{
background-color: #2FEFF9;
}
</style>
border-color css
<style>
span { border-color: #2FEFF9; }
span { border-color: rgb(47,239,249); }
td.TdClassName
{
border-color: #2FEFF9;
}
.TagClassName
{
border-color: #2FEFF9;
}
</style>