Shades of Turquoise #31FBDA
Tints of Turquoise #31FBDA
RGB
CMYK
RGB Variations
Color information
#31FBDA (or 0x31FBDA) is known color: Turquoise. HEX triplet: 31, FB and DA. RGB value is (49,251,218). Sum of RGB (Red+Green+Blue) = 49+251+218=518 (68% of max value = 765). Red value is 49 (19.53% from 255 or 9.46% from 518); Green value is 251 (98.44% from 255 or 48.46% from 518); Blue value is 218 (85.55% from 255 or 42.08% from 518); Max value from RGB is 251 - color contains mainly: green. Hex color #31FBDA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #31FBDA is #CE0425. Grayscale: #BABABA. Windows color (decimal): -13501478 or 14351153. OLE color: 14351153.
HSL color Cylindrical-coordinate representation of color #31FBDA: hue angle of 170.2º degrees, saturation: 0.96, 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 #31FBDA is Cyan = 0.80, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 49 | 251 | 218 | - |
| CMYK | 0.80 | 0 | 0.13 | 0.02 |
| HSL | 170.2º | 0.96% | 0.59% | - |
| HSV(B) | 170.2º | 0.8% | 0.98% | - |
| XYZ | 48.42 | 74.71 | 78.2 | - |
| YUV | 186.84 | 145.58 | 29.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 251 | 218 | 0.80 | 0 | 0.13 | 0.02 | 170.2 | 0.96 | 0.59 |
| Hex | 31 | FB | DA | 50 | 0 | D | 2 | AA | 60 | 3B |
| Octal | 61 | 373 | 332 | 120 | 0 | 15 | 2 | 252 | 140 | 73 |
| Binary | 110001 | 11111011 | 11011010 | 1010000 | 0 | 1101 | 10 | 10101010 | 1100000 | 111011 |
Color Harmonies of #31FBDA
Complementary color
Monochromatic Colors of #31FBDA
Black with #31FBDA
Text Example
Text Example
White with #31FBDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31FBDA; }
p { color: rgb(49,251,218); }
H1.HeaderClassName
{
color: #31FBDA;
}
.AnyTagClassName
{
color: #31FBDA;
}
</style>
background-color css
<style>
a { background-color: #31FBDA; }
a { background-color: rgb(49,251,218); }
div.DivClassName
{
background-color: #31FBDA;
}
.BgClassName
{
background-color: #31FBDA;
}
</style>
border-color css
<style>
span { border-color: #31FBDA; }
span { border-color: rgb(49,251,218); }
td.TdClassName
{
border-color: #31FBDA;
}
.TagClassName
{
border-color: #31FBDA;
}
</style>