Shades of Turquoise #31FCDA
Tints of Turquoise #31FCDA
RGB
CMYK
RGB Variations
Color information
#31FCDA (or 0x31FCDA) is known color: Turquoise. HEX triplet: 31, FC and DA. RGB value is (49,252,218). Sum of RGB (Red+Green+Blue) = 49+252+218=519 (68% of max value = 765). Red value is 49 (19.53% from 255 or 9.44% from 519); Green value is 252 (98.83% from 255 or 48.55% from 519); Blue value is 218 (85.55% from 255 or 42.00% from 519); Max value from RGB is 252 - color contains mainly: green. Hex color #31FCDA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #31FCDA is #CE0325. Grayscale: #BBBBBB. Windows color (decimal): -13501222 or 14351409. OLE color: 14351409.
HSL color Cylindrical-coordinate representation of color #31FCDA: hue angle of 169.95º degrees, saturation: 0.97, 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 #31FCDA is Cyan = 0.81, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 49 | 252 | 218 | - |
| CMYK | 0.81 | 0 | 0.13 | 0.01 |
| HSL | 169.95º | 0.97% | 0.59% | - |
| HSV(B) | 169.95º | 0.81% | 0.99% | - |
| XYZ | 48.73 | 75.34 | 78.3 | - |
| YUV | 187.43 | 145.25 | 29.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 252 | 218 | 0.81 | 0 | 0.13 | 0.01 | 169.95 | 0.97 | 0.59 |
| Hex | 31 | FC | DA | 51 | 0 | D | 1 | AA | 61 | 3B |
| Octal | 61 | 374 | 332 | 121 | 0 | 15 | 1 | 252 | 141 | 73 |
| Binary | 110001 | 11111100 | 11011010 | 1010001 | 0 | 1101 | 1 | 10101010 | 1100001 | 111011 |
Color Harmonies of #31FCDA
Complementary color
Monochromatic Colors of #31FCDA
Black with #31FCDA
Text Example
Text Example
White with #31FCDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31FCDA; }
p { color: rgb(49,252,218); }
H1.HeaderClassName
{
color: #31FCDA;
}
.AnyTagClassName
{
color: #31FCDA;
}
</style>
background-color css
<style>
a { background-color: #31FCDA; }
a { background-color: rgb(49,252,218); }
div.DivClassName
{
background-color: #31FCDA;
}
.BgClassName
{
background-color: #31FCDA;
}
</style>
border-color css
<style>
span { border-color: #31FCDA; }
span { border-color: rgb(49,252,218); }
td.TdClassName
{
border-color: #31FCDA;
}
.TagClassName
{
border-color: #31FCDA;
}
</style>