Shades of Turquoise #31D3EB
Tints of Turquoise #31D3EB
RGB
CMYK
RGB Variations
Color information
#31D3EB (or 0x31D3EB) is known color: Turquoise. HEX triplet: 31, D3 and EB. RGB value is (49,211,235). Sum of RGB (Red+Green+Blue) = 49+211+235=495 (65% of max value = 765). Red value is 49 (19.53% from 255 or 9.90% from 495); Green value is 211 (82.81% from 255 or 42.63% from 495); Blue value is 235 (92.19% from 255 or 47.47% from 495); Max value from RGB is 235 - color contains mainly: blue. Hex color #31D3EB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #31D3EB is #CE2C14. Grayscale: #A5A5A5. Windows color (decimal): -13511701 or 15455025. OLE color: 15455025.
HSL color Cylindrical-coordinate representation of color #31D3EB: hue angle of 187.74º degrees, saturation: 0.82, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #31D3EB is Cyan = 0.79, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 49 | 211 | 235 | - |
| CMYK | 0.79 | 0.10 | 0 | 0.08 |
| HSL | 187.74º | 0.82% | 0.56% | - |
| HSV(B) | 187.74º | 0.79% | 0.92% | - |
| XYZ | 39.56 | 53.24 | 86.79 | - |
| YUV | 165.3 | 167.33 | 45.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 211 | 235 | 0.79 | 0.10 | 0 | 0.08 | 187.74 | 0.82 | 0.56 |
| Hex | 31 | D3 | EB | 4F | A | 0 | 8 | BC | 52 | 38 |
| Octal | 61 | 323 | 353 | 117 | 12 | 0 | 10 | 274 | 122 | 70 |
| Binary | 110001 | 11010011 | 11101011 | 1001111 | 1010 | 0 | 1000 | 10111100 | 1010010 | 111000 |
Color Harmonies of #31D3EB
Complementary color
Monochromatic Colors of #31D3EB
Black with #31D3EB
Text Example
Text Example
White with #31D3EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31D3EB; }
p { color: rgb(49,211,235); }
H1.HeaderClassName
{
color: #31D3EB;
}
.AnyTagClassName
{
color: #31D3EB;
}
</style>
background-color css
<style>
a { background-color: #31D3EB; }
a { background-color: rgb(49,211,235); }
div.DivClassName
{
background-color: #31D3EB;
}
.BgClassName
{
background-color: #31D3EB;
}
</style>
border-color css
<style>
span { border-color: #31D3EB; }
span { border-color: rgb(49,211,235); }
td.TdClassName
{
border-color: #31D3EB;
}
.TagClassName
{
border-color: #31D3EB;
}
</style>