Shades of Turquoise #31FADD
Tints of Turquoise #31FADD
RGB
CMYK
RGB Variations
Color information
#31FADD (or 0x31FADD) is known color: Turquoise. HEX triplet: 31, FA and DD. RGB value is (49,250,221). Sum of RGB (Red+Green+Blue) = 49+250+221=520 (68% of max value = 765). Red value is 49 (19.53% from 255 or 9.42% from 520); Green value is 250 (98.05% from 255 or 48.08% from 520); Blue value is 221 (86.72% from 255 or 42.5% from 520); Max value from RGB is 250 - color contains mainly: green. Hex color #31FADD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #31FADD is #CE0522. Grayscale: #BABABA. Windows color (decimal): -13501731 or 14547505. OLE color: 14547505.
HSL color Cylindrical-coordinate representation of color #31FADD: hue angle of 171.34º 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 #31FADD is Cyan = 0.80, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 49 | 250 | 221 | - |
| CMYK | 0.80 | 0 | 0.12 | 0.02 |
| HSL | 171.34º | 0.95% | 0.59% | - |
| HSV(B) | 171.34º | 0.8% | 0.98% | - |
| XYZ | 48.5 | 74.24 | 80.18 | - |
| YUV | 186.6 | 147.41 | 29.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 250 | 221 | 0.80 | 0 | 0.12 | 0.02 | 171.34 | 0.95 | 0.59 |
| Hex | 31 | FA | DD | 50 | 0 | C | 2 | AB | 5F | 3B |
| Octal | 61 | 372 | 335 | 120 | 0 | 14 | 2 | 253 | 137 | 73 |
| Binary | 110001 | 11111010 | 11011101 | 1010000 | 0 | 1100 | 10 | 10101011 | 1011111 | 111011 |
Color Harmonies of #31FADD
Complementary color
Monochromatic Colors of #31FADD
Black with #31FADD
Text Example
Text Example
White with #31FADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31FADD; }
p { color: rgb(49,250,221); }
H1.HeaderClassName
{
color: #31FADD;
}
.AnyTagClassName
{
color: #31FADD;
}
</style>
background-color css
<style>
a { background-color: #31FADD; }
a { background-color: rgb(49,250,221); }
div.DivClassName
{
background-color: #31FADD;
}
.BgClassName
{
background-color: #31FADD;
}
</style>
border-color css
<style>
span { border-color: #31FADD; }
span { border-color: rgb(49,250,221); }
td.TdClassName
{
border-color: #31FADD;
}
.TagClassName
{
border-color: #31FADD;
}
</style>