Shades of Turquoise #2FFFE9
Tints of Turquoise #2FFFE9
RGB
CMYK
RGB Variations
Color information
#2FFFE9 (or 0x2FFFE9) is known color: Turquoise. HEX triplet: 2F, FF and E9. RGB value is (47,255,233). Sum of RGB (Red+Green+Blue) = 47+255+233=535 (70% of max value = 765). Red value is 47 (18.75% from 255 or 8.79% from 535); Green value is 255 (100% from 255 or 47.66% from 535); Blue value is 233 (91.41% from 255 or 43.55% from 535); Max value from RGB is 255 - color contains mainly: green. Hex color #2FFFE9 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2FFFE9 is #D00016. Grayscale: #BEBEBE. Windows color (decimal): -13631511 or 15335215. OLE color: 15335215.
HSL color Cylindrical-coordinate representation of color #2FFFE9: hue angle of 173.65º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2FFFE9 is Cyan = 0.82, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.
Color convert
| RGB | 47 | 255 | 233 | - |
| CMYK | 0.82 | 0 | 0.09 | 0 |
| HSL | 173.65º | 1% | 0.59% | - |
| HSV(B) | 173.65º | 0.82% | 1% | - |
| XYZ | 51.64 | 78.01 | 89.43 | - |
| YUV | 190.3 | 152.09 | 25.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 255 | 233 | 0.82 | 0 | 0.09 | 0 | 173.65 | 1 | 0.59 |
| Hex | 2F | FF | E9 | 52 | 0 | 9 | 0 | AE | 64 | 3B |
| Octal | 57 | 377 | 351 | 122 | 0 | 11 | 0 | 256 | 144 | 73 |
| Binary | 101111 | 11111111 | 11101001 | 1010010 | 0 | 1001 | 0 | 10101110 | 1100100 | 111011 |
Color Harmonies of #2FFFE9
Complementary color
Monochromatic Colors of #2FFFE9
Black with #2FFFE9
Text Example
Text Example
White with #2FFFE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FFFE9; }
p { color: rgb(47,255,233); }
H1.HeaderClassName
{
color: #2FFFE9;
}
.AnyTagClassName
{
color: #2FFFE9;
}
</style>
background-color css
<style>
a { background-color: #2FFFE9; }
a { background-color: rgb(47,255,233); }
div.DivClassName
{
background-color: #2FFFE9;
}
.BgClassName
{
background-color: #2FFFE9;
}
</style>
border-color css
<style>
span { border-color: #2FFFE9; }
span { border-color: rgb(47,255,233); }
td.TdClassName
{
border-color: #2FFFE9;
}
.TagClassName
{
border-color: #2FFFE9;
}
</style>