Shades of Turquoise #2FFADF
Tints of Turquoise #2FFADF
RGB
CMYK
RGB Variations
Color information
#2FFADF (or 0x2FFADF) is known color: Turquoise. HEX triplet: 2F, FA and DF. RGB value is (47,250,223). Sum of RGB (Red+Green+Blue) = 47+250+223=520 (68% of max value = 765). Red value is 47 (18.75% from 255 or 9.04% from 520); Green value is 250 (98.05% from 255 or 48.08% from 520); Blue value is 223 (87.5% from 255 or 42.88% from 520); Max value from RGB is 250 - color contains mainly: green. Hex color #2FFADF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2FFADF is #D00520. Grayscale: #BABABA. Windows color (decimal): -13632801 or 14678575. OLE color: 14678575.
HSL color Cylindrical-coordinate representation of color #2FFADF: hue angle of 172.02º 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 #2FFADF is Cyan = 0.81, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 47 | 250 | 223 | - |
| CMYK | 0.81 | 0 | 0.11 | 0.02 |
| HSL | 172.02º | 0.95% | 0.58% | - |
| HSV(B) | 172.02º | 0.81% | 0.98% | - |
| XYZ | 48.68 | 74.3 | 81.59 | - |
| YUV | 186.23 | 148.75 | 28.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 250 | 223 | 0.81 | 0 | 0.11 | 0.02 | 172.02 | 0.95 | 0.58 |
| Hex | 2F | FA | DF | 51 | 0 | B | 2 | AC | 5F | 3A |
| Octal | 57 | 372 | 337 | 121 | 0 | 13 | 2 | 254 | 137 | 72 |
| Binary | 101111 | 11111010 | 11011111 | 1010001 | 0 | 1011 | 10 | 10101100 | 1011111 | 111010 |
Color Harmonies of #2FFADF
Complementary color
Monochromatic Colors of #2FFADF
Black with #2FFADF
Text Example
Text Example
White with #2FFADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FFADF; }
p { color: rgb(47,250,223); }
H1.HeaderClassName
{
color: #2FFADF;
}
.AnyTagClassName
{
color: #2FFADF;
}
</style>
background-color css
<style>
a { background-color: #2FFADF; }
a { background-color: rgb(47,250,223); }
div.DivClassName
{
background-color: #2FFADF;
}
.BgClassName
{
background-color: #2FFADF;
}
</style>
border-color css
<style>
span { border-color: #2FFADF; }
span { border-color: rgb(47,250,223); }
td.TdClassName
{
border-color: #2FFADF;
}
.TagClassName
{
border-color: #2FFADF;
}
</style>