Shades of Turquoise #31DCCF
Tints of Turquoise #31DCCF
RGB
CMYK
RGB Variations
Color information
#31DCCF (or 0x31DCCF) is known color: Turquoise. HEX triplet: 31, DC and CF. RGB value is (49,220,207). Sum of RGB (Red+Green+Blue) = 49+220+207=476 (63% of max value = 765). Red value is 49 (19.53% from 255 or 10.29% from 476); Green value is 220 (86.33% from 255 or 46.22% from 476); Blue value is 207 (81.25% from 255 or 43.49% from 476); Max value from RGB is 220 - color contains mainly: green. Hex color #31DCCF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #31DCCF is #CE2330. Grayscale: #A7A7A7. Windows color (decimal): -13509425 or 13622321. OLE color: 13622321.
HSL color Cylindrical-coordinate representation of color #31DCCF: hue angle of 175.44º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #31DCCF is Cyan = 0.78, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 49 | 220 | 207 | - |
| CMYK | 0.78 | 0 | 0.06 | 0.14 |
| HSL | 175.44º | 0.71% | 0.53% | - |
| HSV(B) | 175.44º | 0.78% | 0.86% | - |
| XYZ | 38.12 | 56.34 | 67.9 | - |
| YUV | 167.39 | 150.35 | 43.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 220 | 207 | 0.78 | 0 | 0.06 | 0.14 | 175.44 | 0.71 | 0.53 |
| Hex | 31 | DC | CF | 4E | 0 | 6 | E | AF | 47 | 35 |
| Octal | 61 | 334 | 317 | 116 | 0 | 6 | 16 | 257 | 107 | 65 |
| Binary | 110001 | 11011100 | 11001111 | 1001110 | 0 | 110 | 1110 | 10101111 | 1000111 | 110101 |
Color Harmonies of #31DCCF
Complementary color
Monochromatic Colors of #31DCCF
Black with #31DCCF
Text Example
Text Example
White with #31DCCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31DCCF; }
p { color: rgb(49,220,207); }
H1.HeaderClassName
{
color: #31DCCF;
}
.AnyTagClassName
{
color: #31DCCF;
}
</style>
background-color css
<style>
a { background-color: #31DCCF; }
a { background-color: rgb(49,220,207); }
div.DivClassName
{
background-color: #31DCCF;
}
.BgClassName
{
background-color: #31DCCF;
}
</style>
border-color css
<style>
span { border-color: #31DCCF; }
span { border-color: rgb(49,220,207); }
td.TdClassName
{
border-color: #31DCCF;
}
.TagClassName
{
border-color: #31DCCF;
}
</style>