Shades of Turquoise #31DDEF
Tints of Turquoise #31DDEF
RGB
CMYK
RGB Variations
Color information
#31DDEF (or 0x31DDEF) is known color: Turquoise. HEX triplet: 31, DD and EF. RGB value is (49,221,239). Sum of RGB (Red+Green+Blue) = 49+221+239=509 (67% of max value = 765). Red value is 49 (19.53% from 255 or 9.63% from 509); Green value is 221 (86.72% from 255 or 43.42% from 509); Blue value is 239 (93.75% from 255 or 46.95% from 509); Max value from RGB is 239 - color contains mainly: blue. Hex color #31DDEF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #31DDEF is #CE2210. Grayscale: #ABABAB. Windows color (decimal): -13509137 or 15719729. OLE color: 15719729.
HSL color Cylindrical-coordinate representation of color #31DDEF: hue angle of 185.68º 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 #31DDEF is Cyan = 0.79, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 49 | 221 | 239 | - |
| CMYK | 0.79 | 0.08 | 0 | 0.06 |
| HSL | 185.68º | 0.86% | 0.56% | - |
| HSV(B) | 185.68º | 0.79% | 0.94% | - |
| XYZ | 42.7 | 58.6 | 90.72 | - |
| YUV | 171.62 | 166.02 | 40.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 221 | 239 | 0.79 | 0.08 | 0 | 0.06 | 185.68 | 0.86 | 0.56 |
| Hex | 31 | DD | EF | 4F | 8 | 0 | 6 | BA | 56 | 38 |
| Octal | 61 | 335 | 357 | 117 | 10 | 0 | 6 | 272 | 126 | 70 |
| Binary | 110001 | 11011101 | 11101111 | 1001111 | 1000 | 0 | 110 | 10111010 | 1010110 | 111000 |
Color Harmonies of #31DDEF
Complementary color
Monochromatic Colors of #31DDEF
Black with #31DDEF
Text Example
Text Example
White with #31DDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31DDEF; }
p { color: rgb(49,221,239); }
H1.HeaderClassName
{
color: #31DDEF;
}
.AnyTagClassName
{
color: #31DDEF;
}
</style>
background-color css
<style>
a { background-color: #31DDEF; }
a { background-color: rgb(49,221,239); }
div.DivClassName
{
background-color: #31DDEF;
}
.BgClassName
{
background-color: #31DDEF;
}
</style>
border-color css
<style>
span { border-color: #31DDEF; }
span { border-color: rgb(49,221,239); }
td.TdClassName
{
border-color: #31DDEF;
}
.TagClassName
{
border-color: #31DDEF;
}
</style>