Shades of Turquoise #2FECF9
Tints of Turquoise #2FECF9
RGB
CMYK
RGB Variations
Color information
#2FECF9 (or 0x2FECF9) is known color: Turquoise. HEX triplet: 2F, EC and F9. RGB value is (47,236,249). Sum of RGB (Red+Green+Blue) = 47+236+249=532 (70% of max value = 765). Red value is 47 (18.75% from 255 or 8.83% from 532); Green value is 236 (92.58% from 255 or 44.36% from 532); Blue value is 249 (97.66% from 255 or 46.80% from 532); Max value from RGB is 249 - color contains mainly: blue. Hex color #2FECF9 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2FECF9 is #D01306. Grayscale: #B4B4B4. Windows color (decimal): -13636359 or 16378927. OLE color: 16378927.
HSL color Cylindrical-coordinate representation of color #2FECF9: hue angle of 183.86º 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 #2FECF9 is Cyan = 0.81, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 47 | 236 | 249 | - |
| CMYK | 0.81 | 0.05 | 0 | 0.02 |
| HSL | 183.86º | 0.94% | 0.58% | - |
| HSV(B) | 183.86º | 0.81% | 0.98% | - |
| XYZ | 48.27 | 67.43 | 100.09 | - |
| YUV | 180.97 | 166.38 | 32.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 236 | 249 | 0.81 | 0.05 | 0 | 0.02 | 183.86 | 0.94 | 0.58 |
| Hex | 2F | EC | F9 | 51 | 5 | 0 | 2 | B8 | 5E | 3A |
| Octal | 57 | 354 | 371 | 121 | 5 | 0 | 2 | 270 | 136 | 72 |
| Binary | 101111 | 11101100 | 11111001 | 1010001 | 101 | 0 | 10 | 10111000 | 1011110 | 111010 |
Color Harmonies of #2FECF9
Complementary color
Monochromatic Colors of #2FECF9
Black with #2FECF9
Text Example
Text Example
White with #2FECF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FECF9; }
p { color: rgb(47,236,249); }
H1.HeaderClassName
{
color: #2FECF9;
}
.AnyTagClassName
{
color: #2FECF9;
}
</style>
background-color css
<style>
a { background-color: #2FECF9; }
a { background-color: rgb(47,236,249); }
div.DivClassName
{
background-color: #2FECF9;
}
.BgClassName
{
background-color: #2FECF9;
}
</style>
border-color css
<style>
span { border-color: #2FECF9; }
span { border-color: rgb(47,236,249); }
td.TdClassName
{
border-color: #2FECF9;
}
.TagClassName
{
border-color: #2FECF9;
}
</style>