Shades of Turquoise #31DBFB
Tints of Turquoise #31DBFB
RGB
CMYK
RGB Variations
Color information
#31DBFB (or 0x31DBFB) is known color: Turquoise. HEX triplet: 31, DB and FB. RGB value is (49,219,251). Sum of RGB (Red+Green+Blue) = 49+219+251=519 (68% of max value = 765). Red value is 49 (19.53% from 255 or 9.44% from 519); Green value is 219 (85.94% from 255 or 42.20% from 519); Blue value is 251 (98.44% from 255 or 48.36% from 519); Max value from RGB is 251 - color contains mainly: blue. Hex color #31DBFB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #31DBFB is #CE2404. Grayscale: #ABABAB. Windows color (decimal): -13509637 or 16505649. OLE color: 16505649.
HSL color Cylindrical-coordinate representation of color #31DBFB: hue angle of 189.5º degrees, saturation: 0.96, 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 #31DBFB is Cyan = 0.80, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 49 | 219 | 251 | - |
| CMYK | 0.80 | 0.13 | 0 | 0.02 |
| HSL | 189.5º | 0.96% | 0.59% | - |
| HSV(B) | 189.5º | 0.8% | 0.98% | - |
| XYZ | 44.01 | 58.28 | 100.2 | - |
| YUV | 171.82 | 172.68 | 40.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 219 | 251 | 0.80 | 0.13 | 0 | 0.02 | 189.5 | 0.96 | 0.59 |
| Hex | 31 | DB | FB | 50 | D | 0 | 2 | BE | 60 | 3B |
| Octal | 61 | 333 | 373 | 120 | 15 | 0 | 2 | 276 | 140 | 73 |
| Binary | 110001 | 11011011 | 11111011 | 1010000 | 1101 | 0 | 10 | 10111110 | 1100000 | 111011 |
Color Harmonies of #31DBFB
Complementary color
Monochromatic Colors of #31DBFB
Black with #31DBFB
Text Example
Text Example
White with #31DBFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31DBFB; }
p { color: rgb(49,219,251); }
H1.HeaderClassName
{
color: #31DBFB;
}
.AnyTagClassName
{
color: #31DBFB;
}
</style>
background-color css
<style>
a { background-color: #31DBFB; }
a { background-color: rgb(49,219,251); }
div.DivClassName
{
background-color: #31DBFB;
}
.BgClassName
{
background-color: #31DBFB;
}
</style>
border-color css
<style>
span { border-color: #31DBFB; }
span { border-color: rgb(49,219,251); }
td.TdClassName
{
border-color: #31DBFB;
}
.TagClassName
{
border-color: #31DBFB;
}
</style>