Shades of Turquoise #31FADA
Tints of Turquoise #31FADA
RGB
CMYK
RGB Variations
Color information
#31FADA (or 0x31FADA) is known color: Turquoise. HEX triplet: 31, FA and DA. RGB value is (49,250,218). Sum of RGB (Red+Green+Blue) = 49+250+218=517 (68% of max value = 765). Red value is 49 (19.53% from 255 or 9.48% from 517); Green value is 250 (98.05% from 255 or 48.36% from 517); Blue value is 218 (85.55% from 255 or 42.17% from 517); Max value from RGB is 250 - color contains mainly: green. Hex color #31FADA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #31FADA is #CE0525. Grayscale: #BABABA. Windows color (decimal): -13501734 or 14350897. OLE color: 14350897.
HSL color Cylindrical-coordinate representation of color #31FADA: hue angle of 170.45º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #31FADA is Cyan = 0.80, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 49 | 250 | 218 | - |
| CMYK | 0.80 | 0 | 0.13 | 0.02 |
| HSL | 170.45º | 0.95% | 0.59% | - |
| HSV(B) | 170.45º | 0.8% | 0.98% | - |
| XYZ | 48.11 | 74.09 | 78.09 | - |
| YUV | 186.25 | 145.91 | 30.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 250 | 218 | 0.80 | 0 | 0.13 | 0.02 | 170.45 | 0.95 | 0.59 |
| Hex | 31 | FA | DA | 50 | 0 | D | 2 | AA | 5F | 3B |
| Octal | 61 | 372 | 332 | 120 | 0 | 15 | 2 | 252 | 137 | 73 |
| Binary | 110001 | 11111010 | 11011010 | 1010000 | 0 | 1101 | 10 | 10101010 | 1011111 | 111011 |
Color Harmonies of #31FADA
Complementary color
Monochromatic Colors of #31FADA
Black with #31FADA
Text Example
Text Example
White with #31FADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31FADA; }
p { color: rgb(49,250,218); }
H1.HeaderClassName
{
color: #31FADA;
}
.AnyTagClassName
{
color: #31FADA;
}
</style>
background-color css
<style>
a { background-color: #31FADA; }
a { background-color: rgb(49,250,218); }
div.DivClassName
{
background-color: #31FADA;
}
.BgClassName
{
background-color: #31FADA;
}
</style>
border-color css
<style>
span { border-color: #31FADA; }
span { border-color: rgb(49,250,218); }
td.TdClassName
{
border-color: #31FADA;
}
.TagClassName
{
border-color: #31FADA;
}
</style>