Shades of Turquoise #31DDFF
Tints of Turquoise #31DDFF
RGB
CMYK
RGB Variations
Color information
#31DDFF (or 0x31DDFF) is known color: Turquoise. HEX triplet: 31, DD and FF. RGB value is (49,221,255). Sum of RGB (Red+Green+Blue) = 49+221+255=525 (69% of max value = 765). Red value is 49 (19.53% from 255 or 9.33% from 525); Green value is 221 (86.72% from 255 or 42.10% from 525); Blue value is 255 (100% from 255 or 48.57% from 525); Max value from RGB is 255 - color contains mainly: blue. Hex color #31DDFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #31DDFF is #CE2200. Grayscale: #ADADAD. Windows color (decimal): -13509121 or 16768305. OLE color: 16768305.
HSL color Cylindrical-coordinate representation of color #31DDFF: hue angle of 189.9º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #31DDFF is Cyan = 0.81, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 49 | 221 | 255 | - |
| CMYK | 0.81 | 0.13 | 0 | 0 |
| HSL | 189.9º | 1% | 0.6% | - |
| HSV(B) | 189.9º | 0.81% | 1% | - |
| XYZ | 45.17 | 59.59 | 103.73 | - |
| YUV | 173.45 | 174.02 | 39.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 221 | 255 | 0.81 | 0.13 | 0 | 0 | 189.9 | 1 | 0.6 |
| Hex | 31 | DD | FF | 51 | D | 0 | 0 | BE | 64 | 3C |
| Octal | 61 | 335 | 377 | 121 | 15 | 0 | 0 | 276 | 144 | 74 |
| Binary | 110001 | 11011101 | 11111111 | 1010001 | 1101 | 0 | 0 | 10111110 | 1100100 | 111100 |
Color Harmonies of #31DDFF
Complementary color
Monochromatic Colors of #31DDFF
Black with #31DDFF
Text Example
Text Example
White with #31DDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31DDFF; }
p { color: rgb(49,221,255); }
H1.HeaderClassName
{
color: #31DDFF;
}
.AnyTagClassName
{
color: #31DDFF;
}
</style>
background-color css
<style>
a { background-color: #31DDFF; }
a { background-color: rgb(49,221,255); }
div.DivClassName
{
background-color: #31DDFF;
}
.BgClassName
{
background-color: #31DDFF;
}
</style>
border-color css
<style>
span { border-color: #31DDFF; }
span { border-color: rgb(49,221,255); }
td.TdClassName
{
border-color: #31DDFF;
}
.TagClassName
{
border-color: #31DDFF;
}
</style>