Shades of Turquoise #31DBEE
Tints of Turquoise #31DBEE
RGB
CMYK
RGB Variations
Color information
#31DBEE (or 0x31DBEE) is known color: Turquoise. HEX triplet: 31, DB and EE. RGB value is (49,219,238). Sum of RGB (Red+Green+Blue) = 49+219+238=506 (67% of max value = 765). Red value is 49 (19.53% from 255 or 9.68% from 506); Green value is 219 (85.94% from 255 or 43.28% from 506); Blue value is 238 (93.36% from 255 or 47.04% from 506); Max value from RGB is 238 - color contains mainly: blue. Hex color #31DBEE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #31DBEE is #CE2411. Grayscale: #AAAAAA. Windows color (decimal): -13509650 or 15653681. OLE color: 15653681.
HSL color Cylindrical-coordinate representation of color #31DBEE: hue angle of 186.03º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #31DBEE is Cyan = 0.79, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 49 | 219 | 238 | - |
| CMYK | 0.79 | 0.08 | 0 | 0.07 |
| HSL | 186.03º | 0.85% | 0.56% | - |
| HSV(B) | 186.03º | 0.79% | 0.93% | - |
| XYZ | 42.03 | 57.49 | 89.77 | - |
| YUV | 170.34 | 166.18 | 41.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 219 | 238 | 0.79 | 0.08 | 0 | 0.07 | 186.03 | 0.85 | 0.56 |
| Hex | 31 | DB | EE | 4F | 8 | 0 | 7 | BA | 55 | 38 |
| Octal | 61 | 333 | 356 | 117 | 10 | 0 | 7 | 272 | 125 | 70 |
| Binary | 110001 | 11011011 | 11101110 | 1001111 | 1000 | 0 | 111 | 10111010 | 1010101 | 111000 |
Color Harmonies of #31DBEE
Complementary color
Monochromatic Colors of #31DBEE
Black with #31DBEE
Text Example
Text Example
White with #31DBEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31DBEE; }
p { color: rgb(49,219,238); }
H1.HeaderClassName
{
color: #31DBEE;
}
.AnyTagClassName
{
color: #31DBEE;
}
</style>
background-color css
<style>
a { background-color: #31DBEE; }
a { background-color: rgb(49,219,238); }
div.DivClassName
{
background-color: #31DBEE;
}
.BgClassName
{
background-color: #31DBEE;
}
</style>
border-color css
<style>
span { border-color: #31DBEE; }
span { border-color: rgb(49,219,238); }
td.TdClassName
{
border-color: #31DBEE;
}
.TagClassName
{
border-color: #31DBEE;
}
</style>