Shades of Turquoise #31DEF5
Tints of Turquoise #31DEF5
RGB
CMYK
RGB Variations
Color information
#31DEF5 (or 0x31DEF5) is known color: Turquoise. HEX triplet: 31, DE and F5. RGB value is (49,222,245). Sum of RGB (Red+Green+Blue) = 49+222+245=516 (68% of max value = 765). Red value is 49 (19.53% from 255 or 9.50% from 516); Green value is 222 (87.11% from 255 or 43.02% from 516); Blue value is 245 (96.09% from 255 or 47.48% from 516); Max value from RGB is 245 - color contains mainly: blue. Hex color #31DEF5 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #31DEF5 is #CE210A. Grayscale: #ACACAC. Windows color (decimal): -13508875 or 16113201. OLE color: 16113201.
HSL color Cylindrical-coordinate representation of color #31DEF5: hue angle of 187.04º degrees, saturation: 0.91, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #31DEF5 is Cyan = 0.8, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 49 | 222 | 245 | - |
| CMYK | 0.8 | 0.09 | 0 | 0.04 |
| HSL | 187.04º | 0.91% | 0.58% | - |
| HSV(B) | 187.04º | 0.8% | 0.96% | - |
| XYZ | 43.87 | 59.49 | 95.56 | - |
| YUV | 172.9 | 168.69 | 39.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 222 | 245 | 0.8 | 0.09 | 0 | 0.04 | 187.04 | 0.91 | 0.58 |
| Hex | 31 | DE | F5 | 50 | 9 | 0 | 4 | BB | 5B | 3A |
| Octal | 61 | 336 | 365 | 120 | 11 | 0 | 4 | 273 | 133 | 72 |
| Binary | 110001 | 11011110 | 11110101 | 1010000 | 1001 | 0 | 100 | 10111011 | 1011011 | 111010 |
Color Harmonies of #31DEF5
Complementary color
Monochromatic Colors of #31DEF5
Black with #31DEF5
Text Example
Text Example
White with #31DEF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31DEF5; }
p { color: rgb(49,222,245); }
H1.HeaderClassName
{
color: #31DEF5;
}
.AnyTagClassName
{
color: #31DEF5;
}
</style>
background-color css
<style>
a { background-color: #31DEF5; }
a { background-color: rgb(49,222,245); }
div.DivClassName
{
background-color: #31DEF5;
}
.BgClassName
{
background-color: #31DEF5;
}
</style>
border-color css
<style>
span { border-color: #31DEF5; }
span { border-color: rgb(49,222,245); }
td.TdClassName
{
border-color: #31DEF5;
}
.TagClassName
{
border-color: #31DEF5;
}
</style>