Shades of Turquoise #31DBFF
Tints of Turquoise #31DBFF
RGB
CMYK
RGB Variations
Color information
#31DBFF (or 0x31DBFF) is known color: Turquoise. HEX triplet: 31, DB and FF. RGB value is (49,219,255). Sum of RGB (Red+Green+Blue) = 49+219+255=523 (69% of max value = 765). Red value is 49 (19.53% from 255 or 9.37% from 523); Green value is 219 (85.94% from 255 or 41.87% from 523); Blue value is 255 (100% from 255 or 48.76% from 523); Max value from RGB is 255 - color contains mainly: blue. Hex color #31DBFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #31DBFF is #CE2400. Grayscale: #ABABAB. Windows color (decimal): -13509633 or 16767793. OLE color: 16767793.
HSL color Cylindrical-coordinate representation of color #31DBFF: hue angle of 190.49º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #31DBFF is Cyan = 0.81, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 49 | 219 | 255 | - |
| CMYK | 0.81 | 0.14 | 0 | 0 |
| HSL | 190.49º | 1% | 0.6% | - |
| HSV(B) | 190.49º | 0.81% | 1% | - |
| XYZ | 44.65 | 58.54 | 103.55 | - |
| YUV | 172.27 | 174.68 | 40.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 219 | 255 | 0.81 | 0.14 | 0 | 0 | 190.49 | 1 | 0.6 |
| Hex | 31 | DB | FF | 51 | E | 0 | 0 | BE | 64 | 3C |
| Octal | 61 | 333 | 377 | 121 | 16 | 0 | 0 | 276 | 144 | 74 |
| Binary | 110001 | 11011011 | 11111111 | 1010001 | 1110 | 0 | 0 | 10111110 | 1100100 | 111100 |
Color Harmonies of #31DBFF
Complementary color
Monochromatic Colors of #31DBFF
Black with #31DBFF
Text Example
Text Example
White with #31DBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31DBFF; }
p { color: rgb(49,219,255); }
H1.HeaderClassName
{
color: #31DBFF;
}
.AnyTagClassName
{
color: #31DBFF;
}
</style>
background-color css
<style>
a { background-color: #31DBFF; }
a { background-color: rgb(49,219,255); }
div.DivClassName
{
background-color: #31DBFF;
}
.BgClassName
{
background-color: #31DBFF;
}
</style>
border-color css
<style>
span { border-color: #31DBFF; }
span { border-color: rgb(49,219,255); }
td.TdClassName
{
border-color: #31DBFF;
}
.TagClassName
{
border-color: #31DBFF;
}
</style>