Shades of Turquoise #31DAE6
Tints of Turquoise #31DAE6
RGB
CMYK
RGB Variations
Color information
#31DAE6 (or 0x31DAE6) is known color: Turquoise. HEX triplet: 31, DA and E6. RGB value is (49,218,230). Sum of RGB (Red+Green+Blue) = 49+218+230=497 (65% of max value = 765). Red value is 49 (19.53% from 255 or 9.86% from 497); Green value is 218 (85.55% from 255 or 43.86% from 497); Blue value is 230 (90.23% from 255 or 46.28% from 497); Max value from RGB is 230 - color contains mainly: blue. Hex color #31DAE6 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #31DAE6 is #CE2519. Grayscale: #A8A8A8. Windows color (decimal): -13509914 or 15129137. OLE color: 15129137.
HSL color Cylindrical-coordinate representation of color #31DAE6: hue angle of 183.98º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #31DAE6 is Cyan = 0.79, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 49 | 218 | 230 | - |
| CMYK | 0.79 | 0.05 | 0 | 0.10 |
| HSL | 183.98º | 0.78% | 0.55% | - |
| HSV(B) | 183.98º | 0.79% | 0.9% | - |
| XYZ | 40.62 | 56.51 | 83.63 | - |
| YUV | 168.84 | 162.51 | 42.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 218 | 230 | 0.79 | 0.05 | 0 | 0.10 | 183.98 | 0.78 | 0.55 |
| Hex | 31 | DA | E6 | 4F | 5 | 0 | A | B8 | 4E | 37 |
| Octal | 61 | 332 | 346 | 117 | 5 | 0 | 12 | 270 | 116 | 67 |
| Binary | 110001 | 11011010 | 11100110 | 1001111 | 101 | 0 | 1010 | 10111000 | 1001110 | 110111 |
Color Harmonies of #31DAE6
Complementary color
Monochromatic Colors of #31DAE6
Black with #31DAE6
Text Example
Text Example
White with #31DAE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31DAE6; }
p { color: rgb(49,218,230); }
H1.HeaderClassName
{
color: #31DAE6;
}
.AnyTagClassName
{
color: #31DAE6;
}
</style>
background-color css
<style>
a { background-color: #31DAE6; }
a { background-color: rgb(49,218,230); }
div.DivClassName
{
background-color: #31DAE6;
}
.BgClassName
{
background-color: #31DAE6;
}
</style>
border-color css
<style>
span { border-color: #31DAE6; }
span { border-color: rgb(49,218,230); }
td.TdClassName
{
border-color: #31DAE6;
}
.TagClassName
{
border-color: #31DAE6;
}
</style>