Shades of Turquoise #31DCCA
Tints of Turquoise #31DCCA
RGB
CMYK
RGB Variations
Color information
#31DCCA (or 0x31DCCA) is known color: Turquoise. HEX triplet: 31, DC and CA. RGB value is (49,220,202). Sum of RGB (Red+Green+Blue) = 49+220+202=471 (62% of max value = 765). Red value is 49 (19.53% from 255 or 10.40% from 471); Green value is 220 (86.33% from 255 or 46.71% from 471); Blue value is 202 (79.30% from 255 or 42.89% from 471); Max value from RGB is 220 - color contains mainly: green. Hex color #31DCCA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #31DCCA is #CE2335. Grayscale: #A6A6A6. Windows color (decimal): -13509430 or 13294641. OLE color: 13294641.
HSL color Cylindrical-coordinate representation of color #31DCCA: hue angle of 173.68º 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 #31DCCA is Cyan = 0.78, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 49 | 220 | 202 | - |
| CMYK | 0.78 | 0 | 0.08 | 0.14 |
| HSL | 173.68º | 0.71% | 0.53% | - |
| HSV(B) | 173.68º | 0.78% | 0.86% | - |
| XYZ | 37.52 | 56.1 | 64.73 | - |
| YUV | 166.82 | 147.85 | 43.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 220 | 202 | 0.78 | 0 | 0.08 | 0.14 | 173.68 | 0.71 | 0.53 |
| Hex | 31 | DC | CA | 4E | 0 | 8 | E | AE | 47 | 35 |
| Octal | 61 | 334 | 312 | 116 | 0 | 10 | 16 | 256 | 107 | 65 |
| Binary | 110001 | 11011100 | 11001010 | 1001110 | 0 | 1000 | 1110 | 10101110 | 1000111 | 110101 |
Color Harmonies of #31DCCA
Complementary color
Monochromatic Colors of #31DCCA
Black with #31DCCA
Text Example
Text Example
White with #31DCCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31DCCA; }
p { color: rgb(49,220,202); }
H1.HeaderClassName
{
color: #31DCCA;
}
.AnyTagClassName
{
color: #31DCCA;
}
</style>
background-color css
<style>
a { background-color: #31DCCA; }
a { background-color: rgb(49,220,202); }
div.DivClassName
{
background-color: #31DCCA;
}
.BgClassName
{
background-color: #31DCCA;
}
</style>
border-color css
<style>
span { border-color: #31DCCA; }
span { border-color: rgb(49,220,202); }
td.TdClassName
{
border-color: #31DCCA;
}
.TagClassName
{
border-color: #31DCCA;
}
</style>