Shades of Turquoise #31DCFA
Tints of Turquoise #31DCFA
RGB
CMYK
RGB Variations
Color information
#31DCFA (or 0x31DCFA) is known color: Turquoise. HEX triplet: 31, DC and FA. RGB value is (49,220,250). Sum of RGB (Red+Green+Blue) = 49+220+250=519 (68% of max value = 765). Red value is 49 (19.53% from 255 or 9.44% from 519); Green value is 220 (86.33% from 255 or 42.39% from 519); Blue value is 250 (98.05% from 255 or 48.17% from 519); Max value from RGB is 250 - color contains mainly: blue. Hex color #31DCFA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #31DCFA is #CE2305. Grayscale: #ABABAB. Windows color (decimal): -13509382 or 16440369. OLE color: 16440369.
HSL color Cylindrical-coordinate representation of color #31DCFA: hue angle of 188.96º 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 #31DCFA is Cyan = 0.80, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 49 | 220 | 250 | - |
| CMYK | 0.80 | 0.12 | 0 | 0.02 |
| HSL | 188.96º | 0.95% | 0.59% | - |
| HSV(B) | 188.96º | 0.8% | 0.98% | - |
| XYZ | 44.12 | 58.74 | 99.46 | - |
| YUV | 172.29 | 171.85 | 40.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 220 | 250 | 0.80 | 0.12 | 0 | 0.02 | 188.96 | 0.95 | 0.59 |
| Hex | 31 | DC | FA | 50 | C | 0 | 2 | BD | 5F | 3B |
| Octal | 61 | 334 | 372 | 120 | 14 | 0 | 2 | 275 | 137 | 73 |
| Binary | 110001 | 11011100 | 11111010 | 1010000 | 1100 | 0 | 10 | 10111101 | 1011111 | 111011 |
Color Harmonies of #31DCFA
Complementary color
Monochromatic Colors of #31DCFA
Black with #31DCFA
Text Example
Text Example
White with #31DCFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31DCFA; }
p { color: rgb(49,220,250); }
H1.HeaderClassName
{
color: #31DCFA;
}
.AnyTagClassName
{
color: #31DCFA;
}
</style>
background-color css
<style>
a { background-color: #31DCFA; }
a { background-color: rgb(49,220,250); }
div.DivClassName
{
background-color: #31DCFA;
}
.BgClassName
{
background-color: #31DCFA;
}
</style>
border-color css
<style>
span { border-color: #31DCFA; }
span { border-color: rgb(49,220,250); }
td.TdClassName
{
border-color: #31DCFA;
}
.TagClassName
{
border-color: #31DCFA;
}
</style>