Shades of Turquoise #31DBEB
Tints of Turquoise #31DBEB
RGB
CMYK
RGB Variations
Color information
#31DBEB (or 0x31DBEB) is known color: Turquoise. HEX triplet: 31, DB and EB. RGB value is (49,219,235). Sum of RGB (Red+Green+Blue) = 49+219+235=503 (66% of max value = 765). Red value is 49 (19.53% from 255 or 9.74% from 503); Green value is 219 (85.94% from 255 or 43.54% from 503); Blue value is 235 (92.19% from 255 or 46.72% from 503); Max value from RGB is 235 - color contains mainly: blue. Hex color #31DBEB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #31DBEB is #CE2414. Grayscale: #A9A9A9. Windows color (decimal): -13509653 or 15457073. OLE color: 15457073.
HSL color Cylindrical-coordinate representation of color #31DBEB: hue angle of 185.16º degrees, saturation: 0.82, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #31DBEB is Cyan = 0.79, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 49 | 219 | 235 | - |
| CMYK | 0.79 | 0.07 | 0 | 0.08 |
| HSL | 185.16º | 0.82% | 0.56% | - |
| HSV(B) | 185.16º | 0.79% | 0.92% | - |
| XYZ | 41.59 | 57.31 | 87.47 | - |
| YUV | 169.99 | 164.68 | 41.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 219 | 235 | 0.79 | 0.07 | 0 | 0.08 | 185.16 | 0.82 | 0.56 |
| Hex | 31 | DB | EB | 4F | 7 | 0 | 8 | B9 | 52 | 38 |
| Octal | 61 | 333 | 353 | 117 | 7 | 0 | 10 | 271 | 122 | 70 |
| Binary | 110001 | 11011011 | 11101011 | 1001111 | 111 | 0 | 1000 | 10111001 | 1010010 | 111000 |
Color Harmonies of #31DBEB
Complementary color
Monochromatic Colors of #31DBEB
Black with #31DBEB
Text Example
Text Example
White with #31DBEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31DBEB; }
p { color: rgb(49,219,235); }
H1.HeaderClassName
{
color: #31DBEB;
}
.AnyTagClassName
{
color: #31DBEB;
}
</style>
background-color css
<style>
a { background-color: #31DBEB; }
a { background-color: rgb(49,219,235); }
div.DivClassName
{
background-color: #31DBEB;
}
.BgClassName
{
background-color: #31DBEB;
}
</style>
border-color css
<style>
span { border-color: #31DBEB; }
span { border-color: rgb(49,219,235); }
td.TdClassName
{
border-color: #31DBEB;
}
.TagClassName
{
border-color: #31DBEB;
}
</style>