Shades of Turquoise #31E0E6
Tints of Turquoise #31E0E6
RGB
CMYK
RGB Variations
Color information
#31E0E6 (or 0x31E0E6) is known color: Turquoise. HEX triplet: 31, E0 and E6. RGB value is (49,224,230). Sum of RGB (Red+Green+Blue) = 49+224+230=503 (66% of max value = 765). Red value is 49 (19.53% from 255 or 9.74% from 503); Green value is 224 (87.89% from 255 or 44.53% from 503); Blue value is 230 (90.23% from 255 or 45.73% from 503); Max value from RGB is 230 - color contains mainly: blue. Hex color #31E0E6 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #31E0E6 is #CE1F19. Grayscale: #ACACAC. Windows color (decimal): -13508378 or 15130673. OLE color: 15130673.
HSL color Cylindrical-coordinate representation of color #31E0E6: hue angle of 181.99º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #31E0E6 is Cyan = 0.79, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 49 | 224 | 230 | - |
| CMYK | 0.79 | 0.03 | 0 | 0.10 |
| HSL | 181.99º | 0.78% | 0.55% | - |
| HSV(B) | 181.99º | 0.79% | 0.9% | - |
| XYZ | 42.21 | 59.68 | 84.16 | - |
| YUV | 172.36 | 160.52 | 40.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 224 | 230 | 0.79 | 0.03 | 0 | 0.10 | 181.99 | 0.78 | 0.55 |
| Hex | 31 | E0 | E6 | 4F | 3 | 0 | A | B6 | 4E | 37 |
| Octal | 61 | 340 | 346 | 117 | 3 | 0 | 12 | 266 | 116 | 67 |
| Binary | 110001 | 11100000 | 11100110 | 1001111 | 11 | 0 | 1010 | 10110110 | 1001110 | 110111 |
Color Harmonies of #31E0E6
Complementary color
Monochromatic Colors of #31E0E6
Black with #31E0E6
Text Example
Text Example
White with #31E0E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31E0E6; }
p { color: rgb(49,224,230); }
H1.HeaderClassName
{
color: #31E0E6;
}
.AnyTagClassName
{
color: #31E0E6;
}
</style>
background-color css
<style>
a { background-color: #31E0E6; }
a { background-color: rgb(49,224,230); }
div.DivClassName
{
background-color: #31E0E6;
}
.BgClassName
{
background-color: #31E0E6;
}
</style>
border-color css
<style>
span { border-color: #31E0E6; }
span { border-color: rgb(49,224,230); }
td.TdClassName
{
border-color: #31E0E6;
}
.TagClassName
{
border-color: #31E0E6;
}
</style>