Shades of Turquoise #31DDF9
Tints of Turquoise #31DDF9
RGB
CMYK
RGB Variations
Color information
#31DDF9 (or 0x31DDF9) is known color: Turquoise. HEX triplet: 31, DD and F9. RGB value is (49,221,249). Sum of RGB (Red+Green+Blue) = 49+221+249=519 (68% of max value = 765). Red value is 49 (19.53% from 255 or 9.44% from 519); Green value is 221 (86.72% from 255 or 42.58% from 519); Blue value is 249 (97.66% from 255 or 47.98% from 519); Max value from RGB is 249 - color contains mainly: blue. Hex color #31DDF9 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #31DDF9 is #CE2206. Grayscale: #ACACAC. Windows color (decimal): -13509127 or 16375089. OLE color: 16375089.
HSL color Cylindrical-coordinate representation of color #31DDF9: hue angle of 188.4º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #31DDF9 is Cyan = 0.80, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 49 | 221 | 249 | - |
| CMYK | 0.80 | 0.11 | 0 | 0.02 |
| HSL | 188.4º | 0.94% | 0.58% | - |
| HSV(B) | 188.4º | 0.8% | 0.98% | - |
| XYZ | 44.22 | 59.21 | 98.72 | - |
| YUV | 172.76 | 171.02 | 39.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 221 | 249 | 0.80 | 0.11 | 0 | 0.02 | 188.4 | 0.94 | 0.58 |
| Hex | 31 | DD | F9 | 50 | B | 0 | 2 | BC | 5E | 3A |
| Octal | 61 | 335 | 371 | 120 | 13 | 0 | 2 | 274 | 136 | 72 |
| Binary | 110001 | 11011101 | 11111001 | 1010000 | 1011 | 0 | 10 | 10111100 | 1011110 | 111010 |
Color Harmonies of #31DDF9
Complementary color
Monochromatic Colors of #31DDF9
Black with #31DDF9
Text Example
Text Example
White with #31DDF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31DDF9; }
p { color: rgb(49,221,249); }
H1.HeaderClassName
{
color: #31DDF9;
}
.AnyTagClassName
{
color: #31DDF9;
}
</style>
background-color css
<style>
a { background-color: #31DDF9; }
a { background-color: rgb(49,221,249); }
div.DivClassName
{
background-color: #31DDF9;
}
.BgClassName
{
background-color: #31DDF9;
}
</style>
border-color css
<style>
span { border-color: #31DDF9; }
span { border-color: rgb(49,221,249); }
td.TdClassName
{
border-color: #31DDF9;
}
.TagClassName
{
border-color: #31DDF9;
}
</style>