Shades of Turquoise #31FDDF
Tints of Turquoise #31FDDF
RGB
CMYK
RGB Variations
Color information
#31FDDF (or 0x31FDDF) is known color: Turquoise. HEX triplet: 31, FD and DF. RGB value is (49,253,223). Sum of RGB (Red+Green+Blue) = 49+253+223=525 (69% of max value = 765). Red value is 49 (19.53% from 255 or 9.33% from 525); Green value is 253 (99.22% from 255 or 48.19% from 525); Blue value is 223 (87.5% from 255 or 42.48% from 525); Max value from RGB is 253 - color contains mainly: green. Hex color #31FDDF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #31FDDF is #CE0220. Grayscale: #BCBCBC. Windows color (decimal): -13500961 or 14679345. OLE color: 14679345.
HSL color Cylindrical-coordinate representation of color #31FDDF: hue angle of 171.18º 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 #31FDDF is Cyan = 0.81, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 49 | 253 | 223 | - |
| CMYK | 0.81 | 0 | 0.12 | 0.01 |
| HSL | 171.18º | 0.98% | 0.59% | - |
| HSV(B) | 171.18º | 0.81% | 0.99% | - |
| XYZ | 49.71 | 76.23 | 81.91 | - |
| YUV | 188.58 | 147.41 | 28.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 253 | 223 | 0.81 | 0 | 0.12 | 0.01 | 171.18 | 0.98 | 0.59 |
| Hex | 31 | FD | DF | 51 | 0 | C | 1 | AB | 62 | 3B |
| Octal | 61 | 375 | 337 | 121 | 0 | 14 | 1 | 253 | 142 | 73 |
| Binary | 110001 | 11111101 | 11011111 | 1010001 | 0 | 1100 | 1 | 10101011 | 1100010 | 111011 |
Color Harmonies of #31FDDF
Complementary color
Monochromatic Colors of #31FDDF
Black with #31FDDF
Text Example
Text Example
White with #31FDDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31FDDF; }
p { color: rgb(49,253,223); }
H1.HeaderClassName
{
color: #31FDDF;
}
.AnyTagClassName
{
color: #31FDDF;
}
</style>
background-color css
<style>
a { background-color: #31FDDF; }
a { background-color: rgb(49,253,223); }
div.DivClassName
{
background-color: #31FDDF;
}
.BgClassName
{
background-color: #31FDDF;
}
</style>
border-color css
<style>
span { border-color: #31FDDF; }
span { border-color: rgb(49,253,223); }
td.TdClassName
{
border-color: #31FDDF;
}
.TagClassName
{
border-color: #31FDDF;
}
</style>