Shades of Turquoise #31FCF6
Tints of Turquoise #31FCF6
RGB
CMYK
RGB Variations
Color information
#31FCF6 (or 0x31FCF6) is known color: Turquoise. HEX triplet: 31, FC and F6. RGB value is (49,252,246). Sum of RGB (Red+Green+Blue) = 49+252+246=547 (72% of max value = 765). Red value is 49 (19.53% from 255 or 8.96% from 547); Green value is 252 (98.83% from 255 or 46.07% from 547); Blue value is 246 (96.48% from 255 or 44.97% from 547); Max value from RGB is 252 - color contains mainly: green. Hex color #31FCF6 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #31FCF6 is #CE0309. Grayscale: #BEBEBE. Windows color (decimal): -13501194 or 16186417. OLE color: 16186417.
HSL color Cylindrical-coordinate representation of color #31FCF6: hue angle of 178.23º 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 #31FCF6 is Cyan = 0.81, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 49 | 252 | 246 | - |
| CMYK | 0.81 | 0 | 0.02 | 0.01 |
| HSL | 178.23º | 0.97% | 0.59% | - |
| HSV(B) | 178.23º | 0.81% | 0.99% | - |
| XYZ | 52.71 | 76.93 | 99.26 | - |
| YUV | 190.62 | 159.25 | 26.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 252 | 246 | 0.81 | 0 | 0.02 | 0.01 | 178.23 | 0.97 | 0.59 |
| Hex | 31 | FC | F6 | 51 | 0 | 2 | 1 | B2 | 61 | 3B |
| Octal | 61 | 374 | 366 | 121 | 0 | 2 | 1 | 262 | 141 | 73 |
| Binary | 110001 | 11111100 | 11110110 | 1010001 | 0 | 10 | 1 | 10110010 | 1100001 | 111011 |
Color Harmonies of #31FCF6
Complementary color
Monochromatic Colors of #31FCF6
Black with #31FCF6
Text Example
Text Example
White with #31FCF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31FCF6; }
p { color: rgb(49,252,246); }
H1.HeaderClassName
{
color: #31FCF6;
}
.AnyTagClassName
{
color: #31FCF6;
}
</style>
background-color css
<style>
a { background-color: #31FCF6; }
a { background-color: rgb(49,252,246); }
div.DivClassName
{
background-color: #31FCF6;
}
.BgClassName
{
background-color: #31FCF6;
}
</style>
border-color css
<style>
span { border-color: #31FCF6; }
span { border-color: rgb(49,252,246); }
td.TdClassName
{
border-color: #31FCF6;
}
.TagClassName
{
border-color: #31FCF6;
}
</style>