Shades of Turquoise #31DAFA
Tints of Turquoise #31DAFA
RGB
CMYK
RGB Variations
Color information
#31DAFA (or 0x31DAFA) is known color: Turquoise. HEX triplet: 31, DA and FA. RGB value is (49,218,250). Sum of RGB (Red+Green+Blue) = 49+218+250=517 (68% of max value = 765). Red value is 49 (19.53% from 255 or 9.48% from 517); Green value is 218 (85.55% from 255 or 42.17% from 517); Blue value is 250 (98.05% from 255 or 48.36% from 517); Max value from RGB is 250 - color contains mainly: blue. Hex color #31DAFA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #31DAFA is #CE2505. Grayscale: #AAAAAA. Windows color (decimal): -13509894 or 16439857. OLE color: 16439857.
HSL color Cylindrical-coordinate representation of color #31DAFA: hue angle of 189.55º 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 #31DAFA is Cyan = 0.80, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 49 | 218 | 250 | - |
| CMYK | 0.80 | 0.13 | 0 | 0.02 |
| HSL | 189.55º | 0.95% | 0.59% | - |
| HSV(B) | 189.55º | 0.8% | 0.98% | - |
| XYZ | 43.59 | 57.7 | 99.28 | - |
| YUV | 171.12 | 172.51 | 40.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 218 | 250 | 0.80 | 0.13 | 0 | 0.02 | 189.55 | 0.95 | 0.59 |
| Hex | 31 | DA | FA | 50 | D | 0 | 2 | BE | 5F | 3B |
| Octal | 61 | 332 | 372 | 120 | 15 | 0 | 2 | 276 | 137 | 73 |
| Binary | 110001 | 11011010 | 11111010 | 1010000 | 1101 | 0 | 10 | 10111110 | 1011111 | 111011 |
Color Harmonies of #31DAFA
Complementary color
Monochromatic Colors of #31DAFA
Black with #31DAFA
Text Example
Text Example
White with #31DAFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31DAFA; }
p { color: rgb(49,218,250); }
H1.HeaderClassName
{
color: #31DAFA;
}
.AnyTagClassName
{
color: #31DAFA;
}
</style>
background-color css
<style>
a { background-color: #31DAFA; }
a { background-color: rgb(49,218,250); }
div.DivClassName
{
background-color: #31DAFA;
}
.BgClassName
{
background-color: #31DAFA;
}
</style>
border-color css
<style>
span { border-color: #31DAFA; }
span { border-color: rgb(49,218,250); }
td.TdClassName
{
border-color: #31DAFA;
}
.TagClassName
{
border-color: #31DAFA;
}
</style>