Shades of Turquoise #31DBFA
Tints of Turquoise #31DBFA
RGB
CMYK
RGB Variations
Color information
#31DBFA (or 0x31DBFA) is known color: Turquoise. HEX triplet: 31, DB and FA. RGB value is (49,219,250). Sum of RGB (Red+Green+Blue) = 49+219+250=518 (68% of max value = 765). Red value is 49 (19.53% from 255 or 9.46% from 518); Green value is 219 (85.94% from 255 or 42.28% from 518); Blue value is 250 (98.05% from 255 or 48.26% from 518); Max value from RGB is 250 - color contains mainly: blue. Hex color #31DBFA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #31DBFA is #CE2405. Grayscale: #ABABAB. Windows color (decimal): -13509638 or 16440113. OLE color: 16440113.
HSL color Cylindrical-coordinate representation of color #31DBFA: hue angle of 189.25º 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 #31DBFA is Cyan = 0.80, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 49 | 219 | 250 | - |
| CMYK | 0.80 | 0.12 | 0 | 0.02 |
| HSL | 189.25º | 0.95% | 0.59% | - |
| HSV(B) | 189.25º | 0.8% | 0.98% | - |
| XYZ | 43.85 | 58.22 | 99.37 | - |
| YUV | 171.7 | 172.18 | 40.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 219 | 250 | 0.80 | 0.12 | 0 | 0.02 | 189.25 | 0.95 | 0.59 |
| Hex | 31 | DB | FA | 50 | C | 0 | 2 | BD | 5F | 3B |
| Octal | 61 | 333 | 372 | 120 | 14 | 0 | 2 | 275 | 137 | 73 |
| Binary | 110001 | 11011011 | 11111010 | 1010000 | 1100 | 0 | 10 | 10111101 | 1011111 | 111011 |
Color Harmonies of #31DBFA
Complementary color
Monochromatic Colors of #31DBFA
Black with #31DBFA
Text Example
Text Example
White with #31DBFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31DBFA; }
p { color: rgb(49,219,250); }
H1.HeaderClassName
{
color: #31DBFA;
}
.AnyTagClassName
{
color: #31DBFA;
}
</style>
background-color css
<style>
a { background-color: #31DBFA; }
a { background-color: rgb(49,219,250); }
div.DivClassName
{
background-color: #31DBFA;
}
.BgClassName
{
background-color: #31DBFA;
}
</style>
border-color css
<style>
span { border-color: #31DBFA; }
span { border-color: rgb(49,219,250); }
td.TdClassName
{
border-color: #31DBFA;
}
.TagClassName
{
border-color: #31DBFA;
}
</style>