Shades of Turquoise #31DFE9
Tints of Turquoise #31DFE9
RGB
CMYK
RGB Variations
Color information
#31DFE9 (or 0x31DFE9) is known color: Turquoise. HEX triplet: 31, DF and E9. RGB value is (49,223,233). Sum of RGB (Red+Green+Blue) = 49+223+233=505 (66% of max value = 765). Red value is 49 (19.53% from 255 or 9.70% from 505); Green value is 223 (87.5% from 255 or 44.16% from 505); Blue value is 233 (91.41% from 255 or 46.14% from 505); Max value from RGB is 233 - color contains mainly: blue. Hex color #31DFE9 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #31DFE9 is #CE2016. Grayscale: #ABABAB. Windows color (decimal): -13508631 or 15327025. OLE color: 15327025.
HSL color Cylindrical-coordinate representation of color #31DFE9: hue angle of 183.26º degrees, saturation: 0.81, 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 #31DFE9 is Cyan = 0.79, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 49 | 223 | 233 | - |
| CMYK | 0.79 | 0.04 | 0 | 0.09 |
| HSL | 183.26º | 0.81% | 0.55% | - |
| HSV(B) | 183.26º | 0.79% | 0.91% | - |
| XYZ | 42.36 | 59.31 | 86.31 | - |
| YUV | 172.11 | 162.35 | 40.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 223 | 233 | 0.79 | 0.04 | 0 | 0.09 | 183.26 | 0.81 | 0.55 |
| Hex | 31 | DF | E9 | 4F | 4 | 0 | 9 | B7 | 51 | 37 |
| Octal | 61 | 337 | 351 | 117 | 4 | 0 | 11 | 267 | 121 | 67 |
| Binary | 110001 | 11011111 | 11101001 | 1001111 | 100 | 0 | 1001 | 10110111 | 1010001 | 110111 |
Color Harmonies of #31DFE9
Complementary color
Monochromatic Colors of #31DFE9
Black with #31DFE9
Text Example
Text Example
White with #31DFE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31DFE9; }
p { color: rgb(49,223,233); }
H1.HeaderClassName
{
color: #31DFE9;
}
.AnyTagClassName
{
color: #31DFE9;
}
</style>
background-color css
<style>
a { background-color: #31DFE9; }
a { background-color: rgb(49,223,233); }
div.DivClassName
{
background-color: #31DFE9;
}
.BgClassName
{
background-color: #31DFE9;
}
</style>
border-color css
<style>
span { border-color: #31DFE9; }
span { border-color: rgb(49,223,233); }
td.TdClassName
{
border-color: #31DFE9;
}
.TagClassName
{
border-color: #31DFE9;
}
</style>