Shades of Turquoise #31DEEE
Tints of Turquoise #31DEEE
RGB
CMYK
RGB Variations
Color information
#31DEEE (or 0x31DEEE) is known color: Turquoise. HEX triplet: 31, DE and EE. RGB value is (49,222,238). Sum of RGB (Red+Green+Blue) = 49+222+238=509 (67% of max value = 765). Red value is 49 (19.53% from 255 or 9.63% from 509); Green value is 222 (87.11% from 255 or 43.61% from 509); Blue value is 238 (93.36% from 255 or 46.76% from 509); Max value from RGB is 238 - color contains mainly: blue. Hex color #31DEEE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #31DEEE is #CE2111. Grayscale: #ABABAB. Windows color (decimal): -13508882 or 15654449. OLE color: 15654449.
HSL color Cylindrical-coordinate representation of color #31DEEE: hue angle of 185.08º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #31DEEE is Cyan = 0.79, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 49 | 222 | 238 | - |
| CMYK | 0.79 | 0.07 | 0 | 0.07 |
| HSL | 185.08º | 0.85% | 0.56% | - |
| HSV(B) | 185.08º | 0.79% | 0.93% | - |
| XYZ | 42.82 | 59.07 | 90.03 | - |
| YUV | 172.1 | 165.19 | 40.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 222 | 238 | 0.79 | 0.07 | 0 | 0.07 | 185.08 | 0.85 | 0.56 |
| Hex | 31 | DE | EE | 4F | 7 | 0 | 7 | B9 | 55 | 38 |
| Octal | 61 | 336 | 356 | 117 | 7 | 0 | 7 | 271 | 125 | 70 |
| Binary | 110001 | 11011110 | 11101110 | 1001111 | 111 | 0 | 111 | 10111001 | 1010101 | 111000 |
Color Harmonies of #31DEEE
Complementary color
Monochromatic Colors of #31DEEE
Black with #31DEEE
Text Example
Text Example
White with #31DEEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31DEEE; }
p { color: rgb(49,222,238); }
H1.HeaderClassName
{
color: #31DEEE;
}
.AnyTagClassName
{
color: #31DEEE;
}
</style>
background-color css
<style>
a { background-color: #31DEEE; }
a { background-color: rgb(49,222,238); }
div.DivClassName
{
background-color: #31DEEE;
}
.BgClassName
{
background-color: #31DEEE;
}
</style>
border-color css
<style>
span { border-color: #31DEEE; }
span { border-color: rgb(49,222,238); }
td.TdClassName
{
border-color: #31DEEE;
}
.TagClassName
{
border-color: #31DEEE;
}
</style>