Shades of Turquoise #31DBFD
Tints of Turquoise #31DBFD
RGB
CMYK
RGB Variations
Color information
#31DBFD (or 0x31DBFD) is known color: Turquoise. HEX triplet: 31, DB and FD. RGB value is (49,219,253). Sum of RGB (Red+Green+Blue) = 49+219+253=521 (69% of max value = 765). Red value is 49 (19.53% from 255 or 9.40% from 521); Green value is 219 (85.94% from 255 or 42.03% from 521); Blue value is 253 (99.22% from 255 or 48.56% from 521); Max value from RGB is 253 - color contains mainly: blue. Hex color #31DBFD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #31DBFD is #CE2402. Grayscale: #ABABAB. Windows color (decimal): -13509635 or 16636721. OLE color: 16636721.
HSL color Cylindrical-coordinate representation of color #31DBFD: hue angle of 190º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #31DBFD is Cyan = 0.81, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 49 | 219 | 253 | - |
| CMYK | 0.81 | 0.13 | 0 | 0.01 |
| HSL | 190º | 0.98% | 0.59% | - |
| HSV(B) | 190º | 0.81% | 0.99% | - |
| XYZ | 44.33 | 58.41 | 101.87 | - |
| YUV | 172.05 | 173.68 | 40.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 219 | 253 | 0.81 | 0.13 | 0 | 0.01 | 190 | 0.98 | 0.59 |
| Hex | 31 | DB | FD | 51 | D | 0 | 1 | BE | 62 | 3B |
| Octal | 61 | 333 | 375 | 121 | 15 | 0 | 1 | 276 | 142 | 73 |
| Binary | 110001 | 11011011 | 11111101 | 1010001 | 1101 | 0 | 1 | 10111110 | 1100010 | 111011 |
Color Harmonies of #31DBFD
Complementary color
Monochromatic Colors of #31DBFD
Black with #31DBFD
Text Example
Text Example
White with #31DBFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31DBFD; }
p { color: rgb(49,219,253); }
H1.HeaderClassName
{
color: #31DBFD;
}
.AnyTagClassName
{
color: #31DBFD;
}
</style>
background-color css
<style>
a { background-color: #31DBFD; }
a { background-color: rgb(49,219,253); }
div.DivClassName
{
background-color: #31DBFD;
}
.BgClassName
{
background-color: #31DBFD;
}
</style>
border-color css
<style>
span { border-color: #31DBFD; }
span { border-color: rgb(49,219,253); }
td.TdClassName
{
border-color: #31DBFD;
}
.TagClassName
{
border-color: #31DBFD;
}
</style>