Shades of Turquoise #31DCFB
Tints of Turquoise #31DCFB
RGB
CMYK
RGB Variations
Color information
#31DCFB (or 0x31DCFB) is known color: Turquoise. HEX triplet: 31, DC and FB. RGB value is (49,220,251). Sum of RGB (Red+Green+Blue) = 49+220+251=520 (68% of max value = 765). Red value is 49 (19.53% from 255 or 9.42% from 520); Green value is 220 (86.33% from 255 or 42.31% from 520); Blue value is 251 (98.44% from 255 or 48.27% from 520); Max value from RGB is 251 - color contains mainly: blue. Hex color #31DCFB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #31DCFB is #CE2304. Grayscale: #ACACAC. Windows color (decimal): -13509381 or 16505905. OLE color: 16505905.
HSL color Cylindrical-coordinate representation of color #31DCFB: hue angle of 189.21º 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 #31DCFB is Cyan = 0.80, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 49 | 220 | 251 | - |
| CMYK | 0.80 | 0.12 | 0 | 0.02 |
| HSL | 189.21º | 0.96% | 0.59% | - |
| HSV(B) | 189.21º | 0.8% | 0.98% | - |
| XYZ | 44.27 | 58.8 | 100.28 | - |
| YUV | 172.41 | 172.35 | 39.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 220 | 251 | 0.80 | 0.12 | 0 | 0.02 | 189.21 | 0.96 | 0.59 |
| Hex | 31 | DC | FB | 50 | C | 0 | 2 | BD | 60 | 3B |
| Octal | 61 | 334 | 373 | 120 | 14 | 0 | 2 | 275 | 140 | 73 |
| Binary | 110001 | 11011100 | 11111011 | 1010000 | 1100 | 0 | 10 | 10111101 | 1100000 | 111011 |
Color Harmonies of #31DCFB
Complementary color
Monochromatic Colors of #31DCFB
Black with #31DCFB
Text Example
Text Example
White with #31DCFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31DCFB; }
p { color: rgb(49,220,251); }
H1.HeaderClassName
{
color: #31DCFB;
}
.AnyTagClassName
{
color: #31DCFB;
}
</style>
background-color css
<style>
a { background-color: #31DCFB; }
a { background-color: rgb(49,220,251); }
div.DivClassName
{
background-color: #31DCFB;
}
.BgClassName
{
background-color: #31DCFB;
}
</style>
border-color css
<style>
span { border-color: #31DCFB; }
span { border-color: rgb(49,220,251); }
td.TdClassName
{
border-color: #31DCFB;
}
.TagClassName
{
border-color: #31DCFB;
}
</style>