Shades of Turquoise #2FFAED
Tints of Turquoise #2FFAED
RGB
CMYK
RGB Variations
Color information
#2FFAED (or 0x2FFAED) is known color: Turquoise. HEX triplet: 2F, FA and ED. RGB value is (47,250,237). Sum of RGB (Red+Green+Blue) = 47+250+237=534 (70% of max value = 765). Red value is 47 (18.75% from 255 or 8.80% from 534); Green value is 250 (98.05% from 255 or 46.82% from 534); Blue value is 237 (92.97% from 255 or 44.38% from 534); Max value from RGB is 250 - color contains mainly: green. Hex color #2FFAED is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2FFAED is #D00512. Grayscale: #BBBBBB. Windows color (decimal): -13632787 or 15596079. OLE color: 15596079.
HSL color Cylindrical-coordinate representation of color #2FFAED: hue angle of 176.16º 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 #2FFAED is Cyan = 0.81, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 47 | 250 | 237 | - |
| CMYK | 0.81 | 0 | 0.05 | 0.02 |
| HSL | 176.16º | 0.95% | 0.58% | - |
| HSV(B) | 176.16º | 0.81% | 0.98% | - |
| XYZ | 50.64 | 75.09 | 91.95 | - |
| YUV | 187.82 | 155.75 | 27.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 250 | 237 | 0.81 | 0 | 0.05 | 0.02 | 176.16 | 0.95 | 0.58 |
| Hex | 2F | FA | ED | 51 | 0 | 5 | 2 | B0 | 5F | 3A |
| Octal | 57 | 372 | 355 | 121 | 0 | 5 | 2 | 260 | 137 | 72 |
| Binary | 101111 | 11111010 | 11101101 | 1010001 | 0 | 101 | 10 | 10110000 | 1011111 | 111010 |
Color Harmonies of #2FFAED
Complementary color
Monochromatic Colors of #2FFAED
Black with #2FFAED
Text Example
Text Example
White with #2FFAED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FFAED; }
p { color: rgb(47,250,237); }
H1.HeaderClassName
{
color: #2FFAED;
}
.AnyTagClassName
{
color: #2FFAED;
}
</style>
background-color css
<style>
a { background-color: #2FFAED; }
a { background-color: rgb(47,250,237); }
div.DivClassName
{
background-color: #2FFAED;
}
.BgClassName
{
background-color: #2FFAED;
}
</style>
border-color css
<style>
span { border-color: #2FFAED; }
span { border-color: rgb(47,250,237); }
td.TdClassName
{
border-color: #2FFAED;
}
.TagClassName
{
border-color: #2FFAED;
}
</style>