Shades of Turquoise #31DAE0
Tints of Turquoise #31DAE0
RGB
CMYK
RGB Variations
Color information
#31DAE0 (or 0x31DAE0) is known color: Turquoise. HEX triplet: 31, DA and E0. RGB value is (49,218,224). Sum of RGB (Red+Green+Blue) = 49+218+224=491 (65% of max value = 765). Red value is 49 (19.53% from 255 or 9.98% from 491); Green value is 218 (85.55% from 255 or 44.40% from 491); Blue value is 224 (87.89% from 255 or 45.62% from 491); Max value from RGB is 224 - color contains mainly: blue. Hex color #31DAE0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #31DAE0 is #CE251F. Grayscale: #A7A7A7. Windows color (decimal): -13509920 or 14735921. OLE color: 14735921.
HSL color Cylindrical-coordinate representation of color #31DAE0: hue angle of 182.06º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #31DAE0 is Cyan = 0.78, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 49 | 218 | 224 | - |
| CMYK | 0.78 | 0.03 | 0 | 0.12 |
| HSL | 182.06º | 0.74% | 0.54% | - |
| HSV(B) | 182.06º | 0.78% | 0.88% | - |
| XYZ | 39.79 | 56.18 | 79.27 | - |
| YUV | 168.15 | 159.51 | 43.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 218 | 224 | 0.78 | 0.03 | 0 | 0.12 | 182.06 | 0.74 | 0.54 |
| Hex | 31 | DA | E0 | 4E | 3 | 0 | C | B6 | 4A | 36 |
| Octal | 61 | 332 | 340 | 116 | 3 | 0 | 14 | 266 | 112 | 66 |
| Binary | 110001 | 11011010 | 11100000 | 1001110 | 11 | 0 | 1100 | 10110110 | 1001010 | 110110 |
Color Harmonies of #31DAE0
Complementary color
Monochromatic Colors of #31DAE0
Black with #31DAE0
Text Example
Text Example
White with #31DAE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31DAE0; }
p { color: rgb(49,218,224); }
H1.HeaderClassName
{
color: #31DAE0;
}
.AnyTagClassName
{
color: #31DAE0;
}
</style>
background-color css
<style>
a { background-color: #31DAE0; }
a { background-color: rgb(49,218,224); }
div.DivClassName
{
background-color: #31DAE0;
}
.BgClassName
{
background-color: #31DAE0;
}
</style>
border-color css
<style>
span { border-color: #31DAE0; }
span { border-color: rgb(49,218,224); }
td.TdClassName
{
border-color: #31DAE0;
}
.TagClassName
{
border-color: #31DAE0;
}
</style>