Shades of Turquoise #31DCDF
Tints of Turquoise #31DCDF
RGB
CMYK
RGB Variations
Color information
#31DCDF (or 0x31DCDF) is known color: Turquoise. HEX triplet: 31, DC and DF. RGB value is (49,220,223). Sum of RGB (Red+Green+Blue) = 49+220+223=492 (65% of max value = 765). Red value is 49 (19.53% from 255 or 9.96% from 492); Green value is 220 (86.33% from 255 or 44.72% from 492); Blue value is 223 (87.5% from 255 or 45.33% from 492); Max value from RGB is 223 - color contains mainly: blue. Hex color #31DCDF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #31DCDF is #CE2320. Grayscale: #A9A9A9. Windows color (decimal): -13509409 or 14670897. OLE color: 14670897.
HSL color Cylindrical-coordinate representation of color #31DCDF: hue angle of 181.03º degrees, saturation: 0.73, 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 #31DCDF is Cyan = 0.78, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 49 | 220 | 223 | - |
| CMYK | 0.78 | 0.01 | 0 | 0.13 |
| HSL | 181.03º | 0.73% | 0.53% | - |
| HSV(B) | 181.03º | 0.78% | 0.87% | - |
| XYZ | 40.18 | 57.17 | 78.73 | - |
| YUV | 169.21 | 158.35 | 42.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 220 | 223 | 0.78 | 0.01 | 0 | 0.13 | 181.03 | 0.73 | 0.53 |
| Hex | 31 | DC | DF | 4E | 1 | 0 | D | B5 | 49 | 35 |
| Octal | 61 | 334 | 337 | 116 | 1 | 0 | 15 | 265 | 111 | 65 |
| Binary | 110001 | 11011100 | 11011111 | 1001110 | 1 | 0 | 1101 | 10110101 | 1001001 | 110101 |
Color Harmonies of #31DCDF
Complementary color
Monochromatic Colors of #31DCDF
Black with #31DCDF
Text Example
Text Example
White with #31DCDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31DCDF; }
p { color: rgb(49,220,223); }
H1.HeaderClassName
{
color: #31DCDF;
}
.AnyTagClassName
{
color: #31DCDF;
}
</style>
background-color css
<style>
a { background-color: #31DCDF; }
a { background-color: rgb(49,220,223); }
div.DivClassName
{
background-color: #31DCDF;
}
.BgClassName
{
background-color: #31DCDF;
}
</style>
border-color css
<style>
span { border-color: #31DCDF; }
span { border-color: rgb(49,220,223); }
td.TdClassName
{
border-color: #31DCDF;
}
.TagClassName
{
border-color: #31DCDF;
}
</style>