Shades of Turquoise #31FCDD
Tints of Turquoise #31FCDD
RGB
CMYK
RGB Variations
Color information
#31FCDD (or 0x31FCDD) is known color: Turquoise. HEX triplet: 31, FC and DD. RGB value is (49,252,221). Sum of RGB (Red+Green+Blue) = 49+252+221=522 (69% of max value = 765). Red value is 49 (19.53% from 255 or 9.39% from 522); Green value is 252 (98.83% from 255 or 48.28% from 522); Blue value is 221 (86.72% from 255 or 42.34% from 522); Max value from RGB is 252 - color contains mainly: green. Hex color #31FCDD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #31FCDD is #CE0322. Grayscale: #BBBBBB. Windows color (decimal): -13501219 or 14548017. OLE color: 14548017.
HSL color Cylindrical-coordinate representation of color #31FCDD: hue angle of 170.84º 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 #31FCDD is Cyan = 0.81, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 49 | 252 | 221 | - |
| CMYK | 0.81 | 0 | 0.12 | 0.01 |
| HSL | 170.84º | 0.97% | 0.59% | - |
| HSV(B) | 170.84º | 0.81% | 0.99% | - |
| XYZ | 49.13 | 75.49 | 80.39 | - |
| YUV | 187.77 | 146.75 | 29.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 252 | 221 | 0.81 | 0 | 0.12 | 0.01 | 170.84 | 0.97 | 0.59 |
| Hex | 31 | FC | DD | 51 | 0 | C | 1 | AB | 61 | 3B |
| Octal | 61 | 374 | 335 | 121 | 0 | 14 | 1 | 253 | 141 | 73 |
| Binary | 110001 | 11111100 | 11011101 | 1010001 | 0 | 1100 | 1 | 10101011 | 1100001 | 111011 |
Color Harmonies of #31FCDD
Complementary color
Monochromatic Colors of #31FCDD
Black with #31FCDD
Text Example
Text Example
White with #31FCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31FCDD; }
p { color: rgb(49,252,221); }
H1.HeaderClassName
{
color: #31FCDD;
}
.AnyTagClassName
{
color: #31FCDD;
}
</style>
background-color css
<style>
a { background-color: #31FCDD; }
a { background-color: rgb(49,252,221); }
div.DivClassName
{
background-color: #31FCDD;
}
.BgClassName
{
background-color: #31FCDD;
}
</style>
border-color css
<style>
span { border-color: #31FCDD; }
span { border-color: rgb(49,252,221); }
td.TdClassName
{
border-color: #31FCDD;
}
.TagClassName
{
border-color: #31FCDD;
}
</style>