Shades of Turquoise #31DBF3
Tints of Turquoise #31DBF3
RGB
CMYK
RGB Variations
Color information
#31DBF3 (or 0x31DBF3) is known color: Turquoise. HEX triplet: 31, DB and F3. RGB value is (49,219,243). Sum of RGB (Red+Green+Blue) = 49+219+243=511 (67% of max value = 765). Red value is 49 (19.53% from 255 or 9.59% from 511); Green value is 219 (85.94% from 255 or 42.86% from 511); Blue value is 243 (95.31% from 255 or 47.55% from 511); Max value from RGB is 243 - color contains mainly: blue. Hex color #31DBF3 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #31DBF3 is #CE240C. Grayscale: #AAAAAA. Windows color (decimal): -13509645 or 15981361. OLE color: 15981361.
HSL color Cylindrical-coordinate representation of color #31DBF3: hue angle of 187.42º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #31DBF3 is Cyan = 0.80, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 49 | 219 | 243 | - |
| CMYK | 0.80 | 0.10 | 0 | 0.05 |
| HSL | 187.42º | 0.89% | 0.57% | - |
| HSV(B) | 187.42º | 0.8% | 0.95% | - |
| XYZ | 42.78 | 57.79 | 93.69 | - |
| YUV | 170.91 | 168.68 | 41.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 219 | 243 | 0.80 | 0.10 | 0 | 0.05 | 187.42 | 0.89 | 0.57 |
| Hex | 31 | DB | F3 | 50 | A | 0 | 5 | BB | 59 | 39 |
| Octal | 61 | 333 | 363 | 120 | 12 | 0 | 5 | 273 | 131 | 71 |
| Binary | 110001 | 11011011 | 11110011 | 1010000 | 1010 | 0 | 101 | 10111011 | 1011001 | 111001 |
Color Harmonies of #31DBF3
Complementary color
Monochromatic Colors of #31DBF3
Black with #31DBF3
Text Example
Text Example
White with #31DBF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31DBF3; }
p { color: rgb(49,219,243); }
H1.HeaderClassName
{
color: #31DBF3;
}
.AnyTagClassName
{
color: #31DBF3;
}
</style>
background-color css
<style>
a { background-color: #31DBF3; }
a { background-color: rgb(49,219,243); }
div.DivClassName
{
background-color: #31DBF3;
}
.BgClassName
{
background-color: #31DBF3;
}
</style>
border-color css
<style>
span { border-color: #31DBF3; }
span { border-color: rgb(49,219,243); }
td.TdClassName
{
border-color: #31DBF3;
}
.TagClassName
{
border-color: #31DBF3;
}
</style>