Shades of Turquoise #2FFAD5
Tints of Turquoise #2FFAD5
RGB
CMYK
RGB Variations
Color information
#2FFAD5 (or 0x2FFAD5) is known color: Turquoise. HEX triplet: 2F, FA and D5. RGB value is (47,250,213). Sum of RGB (Red+Green+Blue) = 47+250+213=510 (67% of max value = 765). Red value is 47 (18.75% from 255 or 9.22% from 510); Green value is 250 (98.05% from 255 or 49.02% from 510); Blue value is 213 (83.59% from 255 or 41.76% from 510); Max value from RGB is 250 - color contains mainly: green. Hex color #2FFAD5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2FFAD5 is #D0052A. Grayscale: #B9B9B9. Windows color (decimal): -13632811 or 14023215. OLE color: 14023215.
HSL color Cylindrical-coordinate representation of color #2FFAD5: hue angle of 169.06º 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 #2FFAD5 is Cyan = 0.81, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 47 | 250 | 213 | - |
| CMYK | 0.81 | 0 | 0.15 | 0.02 |
| HSL | 169.06º | 0.95% | 0.58% | - |
| HSV(B) | 169.06º | 0.81% | 0.98% | - |
| XYZ | 47.37 | 73.78 | 74.7 | - |
| YUV | 185.09 | 143.75 | 29.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 250 | 213 | 0.81 | 0 | 0.15 | 0.02 | 169.06 | 0.95 | 0.58 |
| Hex | 2F | FA | D5 | 51 | 0 | F | 2 | A9 | 5F | 3A |
| Octal | 57 | 372 | 325 | 121 | 0 | 17 | 2 | 251 | 137 | 72 |
| Binary | 101111 | 11111010 | 11010101 | 1010001 | 0 | 1111 | 10 | 10101001 | 1011111 | 111010 |
Color Harmonies of #2FFAD5
Complementary color
Monochromatic Colors of #2FFAD5
Black with #2FFAD5
Text Example
Text Example
White with #2FFAD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FFAD5; }
p { color: rgb(47,250,213); }
H1.HeaderClassName
{
color: #2FFAD5;
}
.AnyTagClassName
{
color: #2FFAD5;
}
</style>
background-color css
<style>
a { background-color: #2FFAD5; }
a { background-color: rgb(47,250,213); }
div.DivClassName
{
background-color: #2FFAD5;
}
.BgClassName
{
background-color: #2FFAD5;
}
</style>
border-color css
<style>
span { border-color: #2FFAD5; }
span { border-color: rgb(47,250,213); }
td.TdClassName
{
border-color: #2FFAD5;
}
.TagClassName
{
border-color: #2FFAD5;
}
</style>