Shades of Turquoise #31D4EA
Tints of Turquoise #31D4EA
RGB
CMYK
RGB Variations
Color information
#31D4EA (or 0x31D4EA) is known color: Turquoise. HEX triplet: 31, D4 and EA. RGB value is (49,212,234). Sum of RGB (Red+Green+Blue) = 49+212+234=495 (65% of max value = 765). Red value is 49 (19.53% from 255 or 9.90% from 495); Green value is 212 (83.20% from 255 or 42.83% from 495); Blue value is 234 (91.80% from 255 or 47.27% from 495); Max value from RGB is 234 - color contains mainly: blue. Hex color #31D4EA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #31D4EA is #CE2B15. Grayscale: #A5A5A5. Windows color (decimal): -13511446 or 15389745. OLE color: 15389745.
HSL color Cylindrical-coordinate representation of color #31D4EA: hue angle of 187.14º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #31D4EA is Cyan = 0.79, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 49 | 212 | 234 | - |
| CMYK | 0.79 | 0.09 | 0 | 0.08 |
| HSL | 187.14º | 0.81% | 0.55% | - |
| HSV(B) | 187.14º | 0.79% | 0.92% | - |
| XYZ | 39.66 | 53.68 | 86.11 | - |
| YUV | 165.77 | 166.5 | 44.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 212 | 234 | 0.79 | 0.09 | 0 | 0.08 | 187.14 | 0.81 | 0.55 |
| Hex | 31 | D4 | EA | 4F | 9 | 0 | 8 | BB | 51 | 37 |
| Octal | 61 | 324 | 352 | 117 | 11 | 0 | 10 | 273 | 121 | 67 |
| Binary | 110001 | 11010100 | 11101010 | 1001111 | 1001 | 0 | 1000 | 10111011 | 1010001 | 110111 |
Color Harmonies of #31D4EA
Complementary color
Monochromatic Colors of #31D4EA
Black with #31D4EA
Text Example
Text Example
White with #31D4EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31D4EA; }
p { color: rgb(49,212,234); }
H1.HeaderClassName
{
color: #31D4EA;
}
.AnyTagClassName
{
color: #31D4EA;
}
</style>
background-color css
<style>
a { background-color: #31D4EA; }
a { background-color: rgb(49,212,234); }
div.DivClassName
{
background-color: #31D4EA;
}
.BgClassName
{
background-color: #31D4EA;
}
</style>
border-color css
<style>
span { border-color: #31D4EA; }
span { border-color: rgb(49,212,234); }
td.TdClassName
{
border-color: #31D4EA;
}
.TagClassName
{
border-color: #31D4EA;
}
</style>