Shades of Turquoise #31DDFC
Tints of Turquoise #31DDFC
RGB
CMYK
RGB Variations
Color information
#31DDFC (or 0x31DDFC) is known color: Turquoise. HEX triplet: 31, DD and FC. RGB value is (49,221,252). Sum of RGB (Red+Green+Blue) = 49+221+252=522 (69% of max value = 765). Red value is 49 (19.53% from 255 or 9.39% from 522); Green value is 221 (86.72% from 255 or 42.34% from 522); Blue value is 252 (98.83% from 255 or 48.28% from 522); Max value from RGB is 252 - color contains mainly: blue. Hex color #31DDFC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #31DDFC is #CE2203. Grayscale: #ACACAC. Windows color (decimal): -13509124 or 16571697. OLE color: 16571697.
HSL color Cylindrical-coordinate representation of color #31DDFC: hue angle of 189.16º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #31DDFC is Cyan = 0.81, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 49 | 221 | 252 | - |
| CMYK | 0.81 | 0.12 | 0 | 0.01 |
| HSL | 189.16º | 0.97% | 0.59% | - |
| HSV(B) | 189.16º | 0.81% | 0.99% | - |
| XYZ | 44.69 | 59.39 | 101.2 | - |
| YUV | 173.11 | 172.52 | 39.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 221 | 252 | 0.81 | 0.12 | 0 | 0.01 | 189.16 | 0.97 | 0.59 |
| Hex | 31 | DD | FC | 51 | C | 0 | 1 | BD | 61 | 3B |
| Octal | 61 | 335 | 374 | 121 | 14 | 0 | 1 | 275 | 141 | 73 |
| Binary | 110001 | 11011101 | 11111100 | 1010001 | 1100 | 0 | 1 | 10111101 | 1100001 | 111011 |
Color Harmonies of #31DDFC
Complementary color
Monochromatic Colors of #31DDFC
Black with #31DDFC
Text Example
Text Example
White with #31DDFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31DDFC; }
p { color: rgb(49,221,252); }
H1.HeaderClassName
{
color: #31DDFC;
}
.AnyTagClassName
{
color: #31DDFC;
}
</style>
background-color css
<style>
a { background-color: #31DDFC; }
a { background-color: rgb(49,221,252); }
div.DivClassName
{
background-color: #31DDFC;
}
.BgClassName
{
background-color: #31DDFC;
}
</style>
border-color css
<style>
span { border-color: #31DDFC; }
span { border-color: rgb(49,221,252); }
td.TdClassName
{
border-color: #31DDFC;
}
.TagClassName
{
border-color: #31DDFC;
}
</style>