Shades of Turquoise #31CFDD
Tints of Turquoise #31CFDD
RGB
CMYK
RGB Variations
Color information
#31CFDD (or 0x31CFDD) is known color: Turquoise. HEX triplet: 31, CF and DD. RGB value is (49,207,221). Sum of RGB (Red+Green+Blue) = 49+207+221=477 (63% of max value = 765). Red value is 49 (19.53% from 255 or 10.27% from 477); Green value is 207 (81.25% from 255 or 43.40% from 477); Blue value is 221 (86.72% from 255 or 46.33% from 477); Max value from RGB is 221 - color contains mainly: blue. Hex color #31CFDD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #31CFDD is #CE3022. Grayscale: #A1A1A1. Windows color (decimal): -13512739 or 14536497. OLE color: 14536497.
HSL color Cylindrical-coordinate representation of color #31CFDD: hue angle of 184.88º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #31CFDD is Cyan = 0.78, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 49 | 207 | 221 | - |
| CMYK | 0.78 | 0.06 | 0 | 0.13 |
| HSL | 184.88º | 0.72% | 0.53% | - |
| HSV(B) | 184.88º | 0.78% | 0.87% | - |
| XYZ | 36.63 | 50.5 | 76.22 | - |
| YUV | 161.35 | 161.65 | 47.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 207 | 221 | 0.78 | 0.06 | 0 | 0.13 | 184.88 | 0.72 | 0.53 |
| Hex | 31 | CF | DD | 4E | 6 | 0 | D | B9 | 48 | 35 |
| Octal | 61 | 317 | 335 | 116 | 6 | 0 | 15 | 271 | 110 | 65 |
| Binary | 110001 | 11001111 | 11011101 | 1001110 | 110 | 0 | 1101 | 10111001 | 1001000 | 110101 |
Color Harmonies of #31CFDD
Complementary color
Monochromatic Colors of #31CFDD
Black with #31CFDD
Text Example
Text Example
White with #31CFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31CFDD; }
p { color: rgb(49,207,221); }
H1.HeaderClassName
{
color: #31CFDD;
}
.AnyTagClassName
{
color: #31CFDD;
}
</style>
background-color css
<style>
a { background-color: #31CFDD; }
a { background-color: rgb(49,207,221); }
div.DivClassName
{
background-color: #31CFDD;
}
.BgClassName
{
background-color: #31CFDD;
}
</style>
border-color css
<style>
span { border-color: #31CFDD; }
span { border-color: rgb(49,207,221); }
td.TdClassName
{
border-color: #31CFDD;
}
.TagClassName
{
border-color: #31CFDD;
}
</style>