Shades of Turquoise #31FCE8
Tints of Turquoise #31FCE8
RGB
CMYK
RGB Variations
Color information
#31FCE8 (or 0x31FCE8) is known color: Turquoise. HEX triplet: 31, FC and E8. RGB value is (49,252,232). Sum of RGB (Red+Green+Blue) = 49+252+232=533 (70% of max value = 765). Red value is 49 (19.53% from 255 or 9.19% from 533); Green value is 252 (98.83% from 255 or 47.28% from 533); Blue value is 232 (91.02% from 255 or 43.53% from 533); Max value from RGB is 252 - color contains mainly: green. Hex color #31FCE8 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #31FCE8 is #CE0317. Grayscale: #BCBCBC. Windows color (decimal): -13501208 or 15268913. OLE color: 15268913.
HSL color Cylindrical-coordinate representation of color #31FCE8: hue angle of 174.09º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #31FCE8 is Cyan = 0.81, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 49 | 252 | 232 | - |
| CMYK | 0.81 | 0 | 0.08 | 0.01 |
| HSL | 174.09º | 0.97% | 0.59% | - |
| HSV(B) | 174.09º | 0.81% | 0.99% | - |
| XYZ | 50.64 | 76.1 | 88.36 | - |
| YUV | 189.02 | 152.25 | 28.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 252 | 232 | 0.81 | 0 | 0.08 | 0.01 | 174.09 | 0.97 | 0.59 |
| Hex | 31 | FC | E8 | 51 | 0 | 8 | 1 | AE | 61 | 3B |
| Octal | 61 | 374 | 350 | 121 | 0 | 10 | 1 | 256 | 141 | 73 |
| Binary | 110001 | 11111100 | 11101000 | 1010001 | 0 | 1000 | 1 | 10101110 | 1100001 | 111011 |
Color Harmonies of #31FCE8
Complementary color
Monochromatic Colors of #31FCE8
Black with #31FCE8
Text Example
Text Example
White with #31FCE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31FCE8; }
p { color: rgb(49,252,232); }
H1.HeaderClassName
{
color: #31FCE8;
}
.AnyTagClassName
{
color: #31FCE8;
}
</style>
background-color css
<style>
a { background-color: #31FCE8; }
a { background-color: rgb(49,252,232); }
div.DivClassName
{
background-color: #31FCE8;
}
.BgClassName
{
background-color: #31FCE8;
}
</style>
border-color css
<style>
span { border-color: #31FCE8; }
span { border-color: rgb(49,252,232); }
td.TdClassName
{
border-color: #31FCE8;
}
.TagClassName
{
border-color: #31FCE8;
}
</style>