Shades of Turquoise #31D9FA
Tints of Turquoise #31D9FA
RGB
CMYK
RGB Variations
Color information
#31D9FA (or 0x31D9FA) is known color: Turquoise. HEX triplet: 31, D9 and FA. RGB value is (49,217,250). Sum of RGB (Red+Green+Blue) = 49+217+250=516 (68% of max value = 765). Red value is 49 (19.53% from 255 or 9.50% from 516); Green value is 217 (85.16% from 255 or 42.05% from 516); Blue value is 250 (98.05% from 255 or 48.45% from 516); Max value from RGB is 250 - color contains mainly: blue. Hex color #31D9FA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #31D9FA is #CE2605. Grayscale: #AAAAAA. Windows color (decimal): -13510150 or 16439601. OLE color: 16439601.
HSL color Cylindrical-coordinate representation of color #31D9FA: hue angle of 189.85º 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 #31D9FA is Cyan = 0.80, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 49 | 217 | 250 | - |
| CMYK | 0.80 | 0.13 | 0 | 0.02 |
| HSL | 189.85º | 0.95% | 0.59% | - |
| HSV(B) | 189.85º | 0.8% | 0.98% | - |
| XYZ | 43.33 | 57.18 | 99.2 | - |
| YUV | 170.53 | 172.84 | 41.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 217 | 250 | 0.80 | 0.13 | 0 | 0.02 | 189.85 | 0.95 | 0.59 |
| Hex | 31 | D9 | FA | 50 | D | 0 | 2 | BE | 5F | 3B |
| Octal | 61 | 331 | 372 | 120 | 15 | 0 | 2 | 276 | 137 | 73 |
| Binary | 110001 | 11011001 | 11111010 | 1010000 | 1101 | 0 | 10 | 10111110 | 1011111 | 111011 |
Color Harmonies of #31D9FA
Complementary color
Monochromatic Colors of #31D9FA
Black with #31D9FA
Text Example
Text Example
White with #31D9FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31D9FA; }
p { color: rgb(49,217,250); }
H1.HeaderClassName
{
color: #31D9FA;
}
.AnyTagClassName
{
color: #31D9FA;
}
</style>
background-color css
<style>
a { background-color: #31D9FA; }
a { background-color: rgb(49,217,250); }
div.DivClassName
{
background-color: #31D9FA;
}
.BgClassName
{
background-color: #31D9FA;
}
</style>
border-color css
<style>
span { border-color: #31D9FA; }
span { border-color: rgb(49,217,250); }
td.TdClassName
{
border-color: #31D9FA;
}
.TagClassName
{
border-color: #31D9FA;
}
</style>