Shades of Turquoise #31EADF
Tints of Turquoise #31EADF
RGB
CMYK
RGB Variations
Color information
#31EADF (or 0x31EADF) is known color: Turquoise. HEX triplet: 31, EA and DF. RGB value is (49,234,223). Sum of RGB (Red+Green+Blue) = 49+234+223=506 (67% of max value = 765). Red value is 49 (19.53% from 255 or 9.68% from 506); Green value is 234 (91.80% from 255 or 46.25% from 506); Blue value is 223 (87.5% from 255 or 44.07% from 506); Max value from RGB is 234 - color contains mainly: green. Hex color #31EADF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #31EADF is #CE1520. Grayscale: #B1B1B1. Windows color (decimal): -13505825 or 14674481. OLE color: 14674481.
HSL color Cylindrical-coordinate representation of color #31EADF: hue angle of 176.43º 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 #31EADF is Cyan = 0.79, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 49 | 234 | 223 | - |
| CMYK | 0.79 | 0 | 0.05 | 0.08 |
| HSL | 176.43º | 0.81% | 0.55% | - |
| HSV(B) | 176.43º | 0.79% | 0.92% | - |
| XYZ | 44.01 | 64.83 | 80.01 | - |
| YUV | 177.43 | 153.71 | 36.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 234 | 223 | 0.79 | 0 | 0.05 | 0.08 | 176.43 | 0.81 | 0.55 |
| Hex | 31 | EA | DF | 4F | 0 | 5 | 8 | B0 | 51 | 37 |
| Octal | 61 | 352 | 337 | 117 | 0 | 5 | 10 | 260 | 121 | 67 |
| Binary | 110001 | 11101010 | 11011111 | 1001111 | 0 | 101 | 1000 | 10110000 | 1010001 | 110111 |
Color Harmonies of #31EADF
Complementary color
Monochromatic Colors of #31EADF
Black with #31EADF
Text Example
Text Example
White with #31EADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31EADF; }
p { color: rgb(49,234,223); }
H1.HeaderClassName
{
color: #31EADF;
}
.AnyTagClassName
{
color: #31EADF;
}
</style>
background-color css
<style>
a { background-color: #31EADF; }
a { background-color: rgb(49,234,223); }
div.DivClassName
{
background-color: #31EADF;
}
.BgClassName
{
background-color: #31EADF;
}
</style>
border-color css
<style>
span { border-color: #31EADF; }
span { border-color: rgb(49,234,223); }
td.TdClassName
{
border-color: #31EADF;
}
.TagClassName
{
border-color: #31EADF;
}
</style>