Shades of Turquoise #31FEDD
Tints of Turquoise #31FEDD
RGB
CMYK
RGB Variations
Color information
#31FEDD (or 0x31FEDD) is known color: Turquoise. HEX triplet: 31, FE and DD. RGB value is (49,254,221). Sum of RGB (Red+Green+Blue) = 49+254+221=524 (69% of max value = 765). Red value is 49 (19.53% from 255 or 9.35% from 524); Green value is 254 (99.61% from 255 or 48.47% from 524); Blue value is 221 (86.72% from 255 or 42.18% from 524); Max value from RGB is 254 - color contains mainly: green. Hex color #31FEDD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #31FEDD is #CE0122. Grayscale: #BCBCBC. Windows color (decimal): -13500707 or 14548529. OLE color: 14548529.
HSL color Cylindrical-coordinate representation of color #31FEDD: hue angle of 170.34º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #31FEDD is Cyan = 0.81, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 49 | 254 | 221 | - |
| CMYK | 0.81 | 0 | 0.13 | 0.00 |
| HSL | 170.34º | 0.99% | 0.59% | - |
| HSV(B) | 170.34º | 0.81% | 1% | - |
| XYZ | 49.76 | 76.76 | 80.6 | - |
| YUV | 188.94 | 146.08 | 28.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 254 | 221 | 0.81 | 0 | 0.13 | 0.00 | 170.34 | 0.99 | 0.59 |
| Hex | 31 | FE | DD | 51 | 0 | D | 0 | AA | 63 | 3B |
| Octal | 61 | 376 | 335 | 121 | 0 | 15 | 0 | 252 | 143 | 73 |
| Binary | 110001 | 11111110 | 11011101 | 1010001 | 0 | 1101 | 0 | 10101010 | 1100011 | 111011 |
Color Harmonies of #31FEDD
Complementary color
Monochromatic Colors of #31FEDD
Black with #31FEDD
Text Example
Text Example
White with #31FEDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31FEDD; }
p { color: rgb(49,254,221); }
H1.HeaderClassName
{
color: #31FEDD;
}
.AnyTagClassName
{
color: #31FEDD;
}
</style>
background-color css
<style>
a { background-color: #31FEDD; }
a { background-color: rgb(49,254,221); }
div.DivClassName
{
background-color: #31FEDD;
}
.BgClassName
{
background-color: #31FEDD;
}
</style>
border-color css
<style>
span { border-color: #31FEDD; }
span { border-color: rgb(49,254,221); }
td.TdClassName
{
border-color: #31FEDD;
}
.TagClassName
{
border-color: #31FEDD;
}
</style>