Shades of Turquoise #2FFFE0
Tints of Turquoise #2FFFE0
RGB
CMYK
RGB Variations
Color information
#2FFFE0 (or 0x2FFFE0) is known color: Turquoise. HEX triplet: 2F, FF and E0. RGB value is (47,255,224). Sum of RGB (Red+Green+Blue) = 47+255+224=526 (69% of max value = 765). Red value is 47 (18.75% from 255 or 8.94% from 526); Green value is 255 (100% from 255 or 48.48% from 526); Blue value is 224 (87.89% from 255 or 42.59% from 526); Max value from RGB is 255 - color contains mainly: green. Hex color #2FFFE0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2FFFE0 is #D0001F. Grayscale: #BDBDBD. Windows color (decimal): -13631520 or 14745391. OLE color: 14745391.
HSL color Cylindrical-coordinate representation of color #2FFFE0: hue angle of 171.06º 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 #2FFFE0 is Cyan = 0.82, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.
Color convert
| RGB | 47 | 255 | 224 | - |
| CMYK | 0.82 | 0 | 0.12 | 0 |
| HSL | 171.06º | 1% | 0.59% | - |
| HSV(B) | 171.06º | 0.82% | 1% | - |
| XYZ | 50.39 | 77.51 | 82.83 | - |
| YUV | 189.27 | 147.59 | 26.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 255 | 224 | 0.82 | 0 | 0.12 | 0 | 171.06 | 1 | 0.59 |
| Hex | 2F | FF | E0 | 52 | 0 | C | 0 | AB | 64 | 3B |
| Octal | 57 | 377 | 340 | 122 | 0 | 14 | 0 | 253 | 144 | 73 |
| Binary | 101111 | 11111111 | 11100000 | 1010010 | 0 | 1100 | 0 | 10101011 | 1100100 | 111011 |
Color Harmonies of #2FFFE0
Complementary color
Monochromatic Colors of #2FFFE0
Black with #2FFFE0
Text Example
Text Example
White with #2FFFE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FFFE0; }
p { color: rgb(47,255,224); }
H1.HeaderClassName
{
color: #2FFFE0;
}
.AnyTagClassName
{
color: #2FFFE0;
}
</style>
background-color css
<style>
a { background-color: #2FFFE0; }
a { background-color: rgb(47,255,224); }
div.DivClassName
{
background-color: #2FFFE0;
}
.BgClassName
{
background-color: #2FFFE0;
}
</style>
border-color css
<style>
span { border-color: #2FFFE0; }
span { border-color: rgb(47,255,224); }
td.TdClassName
{
border-color: #2FFFE0;
}
.TagClassName
{
border-color: #2FFFE0;
}
</style>