Shades of Turquoise #2FFFE1
Tints of Turquoise #2FFFE1
RGB
CMYK
RGB Variations
Color information
#2FFFE1 (or 0x2FFFE1) is known color: Turquoise. HEX triplet: 2F, FF and E1. RGB value is (47,255,225). Sum of RGB (Red+Green+Blue) = 47+255+225=527 (69% of max value = 765). Red value is 47 (18.75% from 255 or 8.92% from 527); Green value is 255 (100% from 255 or 48.39% from 527); Blue value is 225 (88.28% from 255 or 42.69% from 527); Max value from RGB is 255 - color contains mainly: green. Hex color #2FFFE1 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2FFFE1 is #D0001E. Grayscale: #BDBDBD. Windows color (decimal): -13631519 or 14810927. OLE color: 14810927.
HSL color Cylindrical-coordinate representation of color #2FFFE1: hue angle of 171.35º 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 #2FFFE1 is Cyan = 0.82, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.
Color convert
| RGB | 47 | 255 | 225 | - |
| CMYK | 0.82 | 0 | 0.12 | 0 |
| HSL | 171.35º | 1% | 0.59% | - |
| HSV(B) | 171.35º | 0.82% | 1% | - |
| XYZ | 50.52 | 77.56 | 83.54 | - |
| YUV | 189.39 | 148.09 | 26.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 255 | 225 | 0.82 | 0 | 0.12 | 0 | 171.35 | 1 | 0.59 |
| Hex | 2F | FF | E1 | 52 | 0 | C | 0 | AB | 64 | 3B |
| Octal | 57 | 377 | 341 | 122 | 0 | 14 | 0 | 253 | 144 | 73 |
| Binary | 101111 | 11111111 | 11100001 | 1010010 | 0 | 1100 | 0 | 10101011 | 1100100 | 111011 |
Color Harmonies of #2FFFE1
Complementary color
Monochromatic Colors of #2FFFE1
Black with #2FFFE1
Text Example
Text Example
White with #2FFFE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FFFE1; }
p { color: rgb(47,255,225); }
H1.HeaderClassName
{
color: #2FFFE1;
}
.AnyTagClassName
{
color: #2FFFE1;
}
</style>
background-color css
<style>
a { background-color: #2FFFE1; }
a { background-color: rgb(47,255,225); }
div.DivClassName
{
background-color: #2FFFE1;
}
.BgClassName
{
background-color: #2FFFE1;
}
</style>
border-color css
<style>
span { border-color: #2FFFE1; }
span { border-color: rgb(47,255,225); }
td.TdClassName
{
border-color: #2FFFE1;
}
.TagClassName
{
border-color: #2FFFE1;
}
</style>