Shades of Turquoise #31FAEF
Tints of Turquoise #31FAEF
RGB
CMYK
RGB Variations
Color information
#31FAEF (or 0x31FAEF) is known color: Turquoise. HEX triplet: 31, FA and EF. RGB value is (49,250,239). Sum of RGB (Red+Green+Blue) = 49+250+239=538 (71% of max value = 765). Red value is 49 (19.53% from 255 or 9.11% from 538); Green value is 250 (98.05% from 255 or 46.47% from 538); Blue value is 239 (93.75% from 255 or 44.42% from 538); Max value from RGB is 250 - color contains mainly: green. Hex color #31FAEF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #31FAEF is #CE0510. Grayscale: #BCBCBC. Windows color (decimal): -13501713 or 15727153. OLE color: 15727153.
HSL color Cylindrical-coordinate representation of color #31FAEF: hue angle of 176.72º 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 #31FAEF is Cyan = 0.80, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 49 | 250 | 239 | - |
| CMYK | 0.80 | 0 | 0.04 | 0.02 |
| HSL | 176.72º | 0.95% | 0.59% | - |
| HSV(B) | 176.72º | 0.8% | 0.98% | - |
| XYZ | 51.03 | 75.26 | 93.5 | - |
| YUV | 188.65 | 156.41 | 28.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 250 | 239 | 0.80 | 0 | 0.04 | 0.02 | 176.72 | 0.95 | 0.59 |
| Hex | 31 | FA | EF | 50 | 0 | 4 | 2 | B1 | 5F | 3B |
| Octal | 61 | 372 | 357 | 120 | 0 | 4 | 2 | 261 | 137 | 73 |
| Binary | 110001 | 11111010 | 11101111 | 1010000 | 0 | 100 | 10 | 10110001 | 1011111 | 111011 |
Color Harmonies of #31FAEF
Complementary color
Monochromatic Colors of #31FAEF
Black with #31FAEF
Text Example
Text Example
White with #31FAEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31FAEF; }
p { color: rgb(49,250,239); }
H1.HeaderClassName
{
color: #31FAEF;
}
.AnyTagClassName
{
color: #31FAEF;
}
</style>
background-color css
<style>
a { background-color: #31FAEF; }
a { background-color: rgb(49,250,239); }
div.DivClassName
{
background-color: #31FAEF;
}
.BgClassName
{
background-color: #31FAEF;
}
</style>
border-color css
<style>
span { border-color: #31FAEF; }
span { border-color: rgb(49,250,239); }
td.TdClassName
{
border-color: #31FAEF;
}
.TagClassName
{
border-color: #31FAEF;
}
</style>