Shades of Turquoise #31DBFE
Tints of Turquoise #31DBFE
RGB
CMYK
RGB Variations
Color information
#31DBFE (or 0x31DBFE) is known color: Turquoise. HEX triplet: 31, DB and FE. RGB value is (49,219,254). Sum of RGB (Red+Green+Blue) = 49+219+254=522 (69% of max value = 765). Red value is 49 (19.53% from 255 or 9.39% from 522); Green value is 219 (85.94% from 255 or 41.95% from 522); Blue value is 254 (99.61% from 255 or 48.66% from 522); Max value from RGB is 254 - color contains mainly: blue. Hex color #31DBFE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #31DBFE is #CE2401. Grayscale: #ABABAB. Windows color (decimal): -13509634 or 16702257. OLE color: 16702257.
HSL color Cylindrical-coordinate representation of color #31DBFE: hue angle of 190.24º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #31DBFE is Cyan = 0.81, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 49 | 219 | 254 | - |
| CMYK | 0.81 | 0.14 | 0 | 0.00 |
| HSL | 190.24º | 0.99% | 0.59% | - |
| HSV(B) | 190.24º | 0.81% | 1% | - |
| XYZ | 44.49 | 58.47 | 102.71 | - |
| YUV | 172.16 | 174.18 | 40.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 219 | 254 | 0.81 | 0.14 | 0 | 0.00 | 190.24 | 0.99 | 0.59 |
| Hex | 31 | DB | FE | 51 | E | 0 | 0 | BE | 63 | 3B |
| Octal | 61 | 333 | 376 | 121 | 16 | 0 | 0 | 276 | 143 | 73 |
| Binary | 110001 | 11011011 | 11111110 | 1010001 | 1110 | 0 | 0 | 10111110 | 1100011 | 111011 |
Color Harmonies of #31DBFE
Complementary color
Monochromatic Colors of #31DBFE
Black with #31DBFE
Text Example
Text Example
White with #31DBFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31DBFE; }
p { color: rgb(49,219,254); }
H1.HeaderClassName
{
color: #31DBFE;
}
.AnyTagClassName
{
color: #31DBFE;
}
</style>
background-color css
<style>
a { background-color: #31DBFE; }
a { background-color: rgb(49,219,254); }
div.DivClassName
{
background-color: #31DBFE;
}
.BgClassName
{
background-color: #31DBFE;
}
</style>
border-color css
<style>
span { border-color: #31DBFE; }
span { border-color: rgb(49,219,254); }
td.TdClassName
{
border-color: #31DBFE;
}
.TagClassName
{
border-color: #31DBFE;
}
</style>