Shades of Turquoise #31CFE1
Tints of Turquoise #31CFE1
RGB
CMYK
RGB Variations
Color information
#31CFE1 (or 0x31CFE1) is known color: Turquoise. HEX triplet: 31, CF and E1. RGB value is (49,207,225). Sum of RGB (Red+Green+Blue) = 49+207+225=481 (63% of max value = 765). Red value is 49 (19.53% from 255 or 10.19% from 481); Green value is 207 (81.25% from 255 or 43.04% from 481); Blue value is 225 (88.28% from 255 or 46.78% from 481); Max value from RGB is 225 - color contains mainly: blue. Hex color #31CFE1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #31CFE1 is #CE301E. Grayscale: #A1A1A1. Windows color (decimal): -13512735 or 14798641. OLE color: 14798641.
HSL color Cylindrical-coordinate representation of color #31CFE1: hue angle of 186.14º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #31CFE1 is Cyan = 0.78, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 49 | 207 | 225 | - |
| CMYK | 0.78 | 0.08 | 0 | 0.12 |
| HSL | 186.14º | 0.75% | 0.54% | - |
| HSV(B) | 186.14º | 0.78% | 0.88% | - |
| XYZ | 37.17 | 50.71 | 79.06 | - |
| YUV | 161.81 | 163.65 | 47.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 207 | 225 | 0.78 | 0.08 | 0 | 0.12 | 186.14 | 0.75 | 0.54 |
| Hex | 31 | CF | E1 | 4E | 8 | 0 | C | BA | 4B | 36 |
| Octal | 61 | 317 | 341 | 116 | 10 | 0 | 14 | 272 | 113 | 66 |
| Binary | 110001 | 11001111 | 11100001 | 1001110 | 1000 | 0 | 1100 | 10111010 | 1001011 | 110110 |
Color Harmonies of #31CFE1
Complementary color
Monochromatic Colors of #31CFE1
Black with #31CFE1
Text Example
Text Example
White with #31CFE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31CFE1; }
p { color: rgb(49,207,225); }
H1.HeaderClassName
{
color: #31CFE1;
}
.AnyTagClassName
{
color: #31CFE1;
}
</style>
background-color css
<style>
a { background-color: #31CFE1; }
a { background-color: rgb(49,207,225); }
div.DivClassName
{
background-color: #31CFE1;
}
.BgClassName
{
background-color: #31CFE1;
}
</style>
border-color css
<style>
span { border-color: #31CFE1; }
span { border-color: rgb(49,207,225); }
td.TdClassName
{
border-color: #31CFE1;
}
.TagClassName
{
border-color: #31CFE1;
}
</style>