Shades of Turquoise #31DBEF
Tints of Turquoise #31DBEF
RGB
CMYK
RGB Variations
Color information
#31DBEF (or 0x31DBEF) is known color: Turquoise. HEX triplet: 31, DB and EF. RGB value is (49,219,239). Sum of RGB (Red+Green+Blue) = 49+219+239=507 (67% of max value = 765). Red value is 49 (19.53% from 255 or 9.66% from 507); Green value is 219 (85.94% from 255 or 43.20% from 507); Blue value is 239 (93.75% from 255 or 47.14% from 507); Max value from RGB is 239 - color contains mainly: blue. Hex color #31DBEF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #31DBEF is #CE2410. Grayscale: #AAAAAA. Windows color (decimal): -13509649 or 15719217. OLE color: 15719217.
HSL color Cylindrical-coordinate representation of color #31DBEF: hue angle of 186.32º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #31DBEF is Cyan = 0.79, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 49 | 219 | 239 | - |
| CMYK | 0.79 | 0.08 | 0 | 0.06 |
| HSL | 186.32º | 0.86% | 0.56% | - |
| HSV(B) | 186.32º | 0.79% | 0.94% | - |
| XYZ | 42.18 | 57.55 | 90.55 | - |
| YUV | 170.45 | 166.68 | 41.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 219 | 239 | 0.79 | 0.08 | 0 | 0.06 | 186.32 | 0.86 | 0.56 |
| Hex | 31 | DB | EF | 4F | 8 | 0 | 6 | BA | 56 | 38 |
| Octal | 61 | 333 | 357 | 117 | 10 | 0 | 6 | 272 | 126 | 70 |
| Binary | 110001 | 11011011 | 11101111 | 1001111 | 1000 | 0 | 110 | 10111010 | 1010110 | 111000 |
Color Harmonies of #31DBEF
Complementary color
Monochromatic Colors of #31DBEF
Black with #31DBEF
Text Example
Text Example
White with #31DBEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31DBEF; }
p { color: rgb(49,219,239); }
H1.HeaderClassName
{
color: #31DBEF;
}
.AnyTagClassName
{
color: #31DBEF;
}
</style>
background-color css
<style>
a { background-color: #31DBEF; }
a { background-color: rgb(49,219,239); }
div.DivClassName
{
background-color: #31DBEF;
}
.BgClassName
{
background-color: #31DBEF;
}
</style>
border-color css
<style>
span { border-color: #31DBEF; }
span { border-color: rgb(49,219,239); }
td.TdClassName
{
border-color: #31DBEF;
}
.TagClassName
{
border-color: #31DBEF;
}
</style>