Shades of Turquoise #31DACB
Tints of Turquoise #31DACB
RGB
CMYK
RGB Variations
Color information
#31DACB (or 0x31DACB) is known color: Turquoise. HEX triplet: 31, DA and CB. RGB value is (49,218,203). Sum of RGB (Red+Green+Blue) = 49+218+203=470 (62% of max value = 765). Red value is 49 (19.53% from 255 or 10.43% from 470); Green value is 218 (85.55% from 255 or 46.38% from 470); Blue value is 203 (79.69% from 255 or 43.19% from 470); Max value from RGB is 218 - color contains mainly: green. Hex color #31DACB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #31DACB is #CE2534. Grayscale: #A5A5A5. Windows color (decimal): -13509941 or 13359665. OLE color: 13359665.
HSL color Cylindrical-coordinate representation of color #31DACB: hue angle of 174.67º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #31DACB is Cyan = 0.78, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 49 | 218 | 203 | - |
| CMYK | 0.78 | 0 | 0.07 | 0.15 |
| HSL | 174.67º | 0.7% | 0.52% | - |
| HSV(B) | 174.67º | 0.78% | 0.85% | - |
| XYZ | 37.12 | 55.11 | 65.18 | - |
| YUV | 165.76 | 149.01 | 44.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 218 | 203 | 0.78 | 0 | 0.07 | 0.15 | 174.67 | 0.7 | 0.52 |
| Hex | 31 | DA | CB | 4E | 0 | 7 | F | AF | 46 | 34 |
| Octal | 61 | 332 | 313 | 116 | 0 | 7 | 17 | 257 | 106 | 64 |
| Binary | 110001 | 11011010 | 11001011 | 1001110 | 0 | 111 | 1111 | 10101111 | 1000110 | 110100 |
Color Harmonies of #31DACB
Complementary color
Monochromatic Colors of #31DACB
Black with #31DACB
Text Example
Text Example
White with #31DACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31DACB; }
p { color: rgb(49,218,203); }
H1.HeaderClassName
{
color: #31DACB;
}
.AnyTagClassName
{
color: #31DACB;
}
</style>
background-color css
<style>
a { background-color: #31DACB; }
a { background-color: rgb(49,218,203); }
div.DivClassName
{
background-color: #31DACB;
}
.BgClassName
{
background-color: #31DACB;
}
</style>
border-color css
<style>
span { border-color: #31DACB; }
span { border-color: rgb(49,218,203); }
td.TdClassName
{
border-color: #31DACB;
}
.TagClassName
{
border-color: #31DACB;
}
</style>