Shades of Turquoise #2FFAE0
Tints of Turquoise #2FFAE0
RGB
CMYK
RGB Variations
Color information
#2FFAE0 (or 0x2FFAE0) is known color: Turquoise. HEX triplet: 2F, FA and E0. RGB value is (47,250,224). Sum of RGB (Red+Green+Blue) = 47+250+224=521 (69% of max value = 765). Red value is 47 (18.75% from 255 or 9.02% from 521); Green value is 250 (98.05% from 255 or 47.98% from 521); Blue value is 224 (87.89% from 255 or 42.99% from 521); Max value from RGB is 250 - color contains mainly: green. Hex color #2FFAE0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2FFAE0 is #D0051F. Grayscale: #BABABA. Windows color (decimal): -13632800 or 14744111. OLE color: 14744111.
HSL color Cylindrical-coordinate representation of color #2FFAE0: hue angle of 172.32º degrees, saturation: 0.95, 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 #2FFAE0 is Cyan = 0.81, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 47 | 250 | 224 | - |
| CMYK | 0.81 | 0 | 0.10 | 0.02 |
| HSL | 172.32º | 0.95% | 0.58% | - |
| HSV(B) | 172.32º | 0.81% | 0.98% | - |
| XYZ | 48.81 | 74.36 | 82.3 | - |
| YUV | 186.34 | 149.25 | 28.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 250 | 224 | 0.81 | 0 | 0.10 | 0.02 | 172.32 | 0.95 | 0.58 |
| Hex | 2F | FA | E0 | 51 | 0 | A | 2 | AC | 5F | 3A |
| Octal | 57 | 372 | 340 | 121 | 0 | 12 | 2 | 254 | 137 | 72 |
| Binary | 101111 | 11111010 | 11100000 | 1010001 | 0 | 1010 | 10 | 10101100 | 1011111 | 111010 |
Color Harmonies of #2FFAE0
Complementary color
Monochromatic Colors of #2FFAE0
Black with #2FFAE0
Text Example
Text Example
White with #2FFAE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FFAE0; }
p { color: rgb(47,250,224); }
H1.HeaderClassName
{
color: #2FFAE0;
}
.AnyTagClassName
{
color: #2FFAE0;
}
</style>
background-color css
<style>
a { background-color: #2FFAE0; }
a { background-color: rgb(47,250,224); }
div.DivClassName
{
background-color: #2FFAE0;
}
.BgClassName
{
background-color: #2FFAE0;
}
</style>
border-color css
<style>
span { border-color: #2FFAE0; }
span { border-color: rgb(47,250,224); }
td.TdClassName
{
border-color: #2FFAE0;
}
.TagClassName
{
border-color: #2FFAE0;
}
</style>