Shades of Turquoise #2FFAD8
Tints of Turquoise #2FFAD8
RGB
CMYK
RGB Variations
Color information
#2FFAD8 (or 0x2FFAD8) is known color: Turquoise. HEX triplet: 2F, FA and D8. RGB value is (47,250,216). Sum of RGB (Red+Green+Blue) = 47+250+216=513 (67% of max value = 765). Red value is 47 (18.75% from 255 or 9.16% from 513); Green value is 250 (98.05% from 255 or 48.73% from 513); Blue value is 216 (84.77% from 255 or 42.11% from 513); Max value from RGB is 250 - color contains mainly: green. Hex color #2FFAD8 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2FFAD8 is #D00527. Grayscale: #B9B9B9. Windows color (decimal): -13632808 or 14219823. OLE color: 14219823.
HSL color Cylindrical-coordinate representation of color #2FFAD8: hue angle of 169.95º 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 #2FFAD8 is Cyan = 0.81, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 47 | 250 | 216 | - |
| CMYK | 0.81 | 0 | 0.14 | 0.02 |
| HSL | 169.95º | 0.95% | 0.58% | - |
| HSV(B) | 169.95º | 0.81% | 0.98% | - |
| XYZ | 47.75 | 73.93 | 76.72 | - |
| YUV | 185.43 | 145.25 | 29.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 250 | 216 | 0.81 | 0 | 0.14 | 0.02 | 169.95 | 0.95 | 0.58 |
| Hex | 2F | FA | D8 | 51 | 0 | E | 2 | AA | 5F | 3A |
| Octal | 57 | 372 | 330 | 121 | 0 | 16 | 2 | 252 | 137 | 72 |
| Binary | 101111 | 11111010 | 11011000 | 1010001 | 0 | 1110 | 10 | 10101010 | 1011111 | 111010 |
Color Harmonies of #2FFAD8
Complementary color
Monochromatic Colors of #2FFAD8
Black with #2FFAD8
Text Example
Text Example
White with #2FFAD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FFAD8; }
p { color: rgb(47,250,216); }
H1.HeaderClassName
{
color: #2FFAD8;
}
.AnyTagClassName
{
color: #2FFAD8;
}
</style>
background-color css
<style>
a { background-color: #2FFAD8; }
a { background-color: rgb(47,250,216); }
div.DivClassName
{
background-color: #2FFAD8;
}
.BgClassName
{
background-color: #2FFAD8;
}
</style>
border-color css
<style>
span { border-color: #2FFAD8; }
span { border-color: rgb(47,250,216); }
td.TdClassName
{
border-color: #2FFAD8;
}
.TagClassName
{
border-color: #2FFAD8;
}
</style>