Shades of Turquoise #31FAF6
Tints of Turquoise #31FAF6
RGB
CMYK
RGB Variations
Color information
#31FAF6 (or 0x31FAF6) is known color: Turquoise. HEX triplet: 31, FA and F6. RGB value is (49,250,246). Sum of RGB (Red+Green+Blue) = 49+250+246=545 (72% of max value = 765). Red value is 49 (19.53% from 255 or 8.99% from 545); Green value is 250 (98.05% from 255 or 45.87% from 545); Blue value is 246 (96.48% from 255 or 45.14% from 545); Max value from RGB is 250 - color contains mainly: green. Hex color #31FAF6 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #31FAF6 is #CE0509. Grayscale: #BDBDBD. Windows color (decimal): -13501706 or 16185905. OLE color: 16185905.
HSL color Cylindrical-coordinate representation of color #31FAF6: hue angle of 178.81º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #31FAF6 is Cyan = 0.80, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 49 | 250 | 246 | - |
| CMYK | 0.80 | 0 | 0.02 | 0.02 |
| HSL | 178.81º | 0.95% | 0.59% | - |
| HSV(B) | 178.81º | 0.8% | 0.98% | - |
| XYZ | 52.09 | 75.68 | 99.05 | - |
| YUV | 189.45 | 159.91 | 27.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 250 | 246 | 0.80 | 0 | 0.02 | 0.02 | 178.81 | 0.95 | 0.59 |
| Hex | 31 | FA | F6 | 50 | 0 | 2 | 2 | B3 | 5F | 3B |
| Octal | 61 | 372 | 366 | 120 | 0 | 2 | 2 | 263 | 137 | 73 |
| Binary | 110001 | 11111010 | 11110110 | 1010000 | 0 | 10 | 10 | 10110011 | 1011111 | 111011 |
Color Harmonies of #31FAF6
Complementary color
Monochromatic Colors of #31FAF6
Black with #31FAF6
Text Example
Text Example
White with #31FAF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31FAF6; }
p { color: rgb(49,250,246); }
H1.HeaderClassName
{
color: #31FAF6;
}
.AnyTagClassName
{
color: #31FAF6;
}
</style>
background-color css
<style>
a { background-color: #31FAF6; }
a { background-color: rgb(49,250,246); }
div.DivClassName
{
background-color: #31FAF6;
}
.BgClassName
{
background-color: #31FAF6;
}
</style>
border-color css
<style>
span { border-color: #31FAF6; }
span { border-color: rgb(49,250,246); }
td.TdClassName
{
border-color: #31FAF6;
}
.TagClassName
{
border-color: #31FAF6;
}
</style>