Shades of Turquoise #2FFADA
Tints of Turquoise #2FFADA
RGB
CMYK
RGB Variations
Color information
#2FFADA (or 0x2FFADA) is known color: Turquoise. HEX triplet: 2F, FA and DA. RGB value is (47,250,218). Sum of RGB (Red+Green+Blue) = 47+250+218=515 (68% of max value = 765). Red value is 47 (18.75% from 255 or 9.13% from 515); Green value is 250 (98.05% from 255 or 48.54% from 515); Blue value is 218 (85.55% from 255 or 42.33% from 515); Max value from RGB is 250 - color contains mainly: green. Hex color #2FFADA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2FFADA is #D00525. Grayscale: #B9B9B9. Windows color (decimal): -13632806 or 14350895. OLE color: 14350895.
HSL color Cylindrical-coordinate representation of color #2FFADA: hue angle of 170.54º 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 #2FFADA is Cyan = 0.81, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 47 | 250 | 218 | - |
| CMYK | 0.81 | 0 | 0.13 | 0.02 |
| HSL | 170.54º | 0.95% | 0.58% | - |
| HSV(B) | 170.54º | 0.81% | 0.98% | - |
| XYZ | 48.01 | 74.04 | 78.09 | - |
| YUV | 185.66 | 146.25 | 29.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 250 | 218 | 0.81 | 0 | 0.13 | 0.02 | 170.54 | 0.95 | 0.58 |
| Hex | 2F | FA | DA | 51 | 0 | D | 2 | AB | 5F | 3A |
| Octal | 57 | 372 | 332 | 121 | 0 | 15 | 2 | 253 | 137 | 72 |
| Binary | 101111 | 11111010 | 11011010 | 1010001 | 0 | 1101 | 10 | 10101011 | 1011111 | 111010 |
Color Harmonies of #2FFADA
Complementary color
Monochromatic Colors of #2FFADA
Black with #2FFADA
Text Example
Text Example
White with #2FFADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FFADA; }
p { color: rgb(47,250,218); }
H1.HeaderClassName
{
color: #2FFADA;
}
.AnyTagClassName
{
color: #2FFADA;
}
</style>
background-color css
<style>
a { background-color: #2FFADA; }
a { background-color: rgb(47,250,218); }
div.DivClassName
{
background-color: #2FFADA;
}
.BgClassName
{
background-color: #2FFADA;
}
</style>
border-color css
<style>
span { border-color: #2FFADA; }
span { border-color: rgb(47,250,218); }
td.TdClassName
{
border-color: #2FFADA;
}
.TagClassName
{
border-color: #2FFADA;
}
</style>