Shades of Turquoise #31DAE8
Tints of Turquoise #31DAE8
RGB
CMYK
RGB Variations
Color information
#31DAE8 (or 0x31DAE8) is known color: Turquoise. HEX triplet: 31, DA and E8. RGB value is (49,218,232). Sum of RGB (Red+Green+Blue) = 49+218+232=499 (66% of max value = 765). Red value is 49 (19.53% from 255 or 9.82% from 499); Green value is 218 (85.55% from 255 or 43.69% from 499); Blue value is 232 (91.02% from 255 or 46.49% from 499); Max value from RGB is 232 - color contains mainly: blue. Hex color #31DAE8 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #31DAE8 is #CE2517. Grayscale: #A8A8A8. Windows color (decimal): -13509912 or 15260209. OLE color: 15260209.
HSL color Cylindrical-coordinate representation of color #31DAE8: hue angle of 184.59º degrees, saturation: 0.8, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #31DAE8 is Cyan = 0.79, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 49 | 218 | 232 | - |
| CMYK | 0.79 | 0.06 | 0 | 0.09 |
| HSL | 184.59º | 0.8% | 0.55% | - |
| HSV(B) | 184.59º | 0.79% | 0.91% | - |
| XYZ | 40.9 | 56.62 | 85.12 | - |
| YUV | 169.07 | 163.51 | 42.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 218 | 232 | 0.79 | 0.06 | 0 | 0.09 | 184.59 | 0.8 | 0.55 |
| Hex | 31 | DA | E8 | 4F | 6 | 0 | 9 | B9 | 50 | 37 |
| Octal | 61 | 332 | 350 | 117 | 6 | 0 | 11 | 271 | 120 | 67 |
| Binary | 110001 | 11011010 | 11101000 | 1001111 | 110 | 0 | 1001 | 10111001 | 1010000 | 110111 |
Color Harmonies of #31DAE8
Complementary color
Monochromatic Colors of #31DAE8
Black with #31DAE8
Text Example
Text Example
White with #31DAE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31DAE8; }
p { color: rgb(49,218,232); }
H1.HeaderClassName
{
color: #31DAE8;
}
.AnyTagClassName
{
color: #31DAE8;
}
</style>
background-color css
<style>
a { background-color: #31DAE8; }
a { background-color: rgb(49,218,232); }
div.DivClassName
{
background-color: #31DAE8;
}
.BgClassName
{
background-color: #31DAE8;
}
</style>
border-color css
<style>
span { border-color: #31DAE8; }
span { border-color: rgb(49,218,232); }
td.TdClassName
{
border-color: #31DAE8;
}
.TagClassName
{
border-color: #31DAE8;
}
</style>