Shades of Turquoise #2FFEEF
Tints of Turquoise #2FFEEF
RGB
CMYK
RGB Variations
Color information
#2FFEEF (or 0x2FFEEF) is known color: Turquoise. HEX triplet: 2F, FE and EF. RGB value is (47,254,239). Sum of RGB (Red+Green+Blue) = 47+254+239=540 (71% of max value = 765). Red value is 47 (18.75% from 255 or 8.70% from 540); Green value is 254 (99.61% from 255 or 47.04% from 540); Blue value is 239 (93.75% from 255 or 44.26% from 540); Max value from RGB is 254 - color contains mainly: green. Hex color #2FFEEF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2FFEEF is #D00110. Grayscale: #BEBEBE. Windows color (decimal): -13631761 or 15728175. OLE color: 15728175.
HSL color Cylindrical-coordinate representation of color #2FFEEF: hue angle of 175.65º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2FFEEF is Cyan = 0.81, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 47 | 254 | 239 | - |
| CMYK | 0.81 | 0 | 0.06 | 0.00 |
| HSL | 175.65º | 0.99% | 0.59% | - |
| HSV(B) | 175.65º | 0.81% | 1% | - |
| XYZ | 52.19 | 77.72 | 93.91 | - |
| YUV | 190.4 | 155.42 | 25.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 254 | 239 | 0.81 | 0 | 0.06 | 0.00 | 175.65 | 0.99 | 0.59 |
| Hex | 2F | FE | EF | 51 | 0 | 6 | 0 | B0 | 63 | 3B |
| Octal | 57 | 376 | 357 | 121 | 0 | 6 | 0 | 260 | 143 | 73 |
| Binary | 101111 | 11111110 | 11101111 | 1010001 | 0 | 110 | 0 | 10110000 | 1100011 | 111011 |
Color Harmonies of #2FFEEF
Complementary color
Monochromatic Colors of #2FFEEF
Black with #2FFEEF
Text Example
Text Example
White with #2FFEEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FFEEF; }
p { color: rgb(47,254,239); }
H1.HeaderClassName
{
color: #2FFEEF;
}
.AnyTagClassName
{
color: #2FFEEF;
}
</style>
background-color css
<style>
a { background-color: #2FFEEF; }
a { background-color: rgb(47,254,239); }
div.DivClassName
{
background-color: #2FFEEF;
}
.BgClassName
{
background-color: #2FFEEF;
}
</style>
border-color css
<style>
span { border-color: #2FFEEF; }
span { border-color: rgb(47,254,239); }
td.TdClassName
{
border-color: #2FFEEF;
}
.TagClassName
{
border-color: #2FFEEF;
}
</style>