Shades of Bright Turquoise #1FD9D0
Tints of Bright Turquoise #1FD9D0
RGB
CMYK
RGB Variations
Color information
#1FD9D0 (or 0x1FD9D0) is known color: Bright Turquoise. HEX triplet: 1F, D9 and D0. RGB value is (31,217,208). Sum of RGB (Red+Green+Blue) = 31+217+208=456 (60% of max value = 765). Red value is 31 (12.5% from 255 or 6.80% from 456); Green value is 217 (85.16% from 255 or 47.59% from 456); Blue value is 208 (81.64% from 255 or 45.61% from 456); Max value from RGB is 217 - color contains mainly: green. Hex color #1FD9D0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1FD9D0 is #E0262F. Grayscale: #A0A0A0. Windows color (decimal): -14689840 or 13687071. OLE color: 13687071.
HSL color Cylindrical-coordinate representation of color #1FD9D0: hue angle of 177.1º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1FD9D0 is Cyan = 0.86, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 31 | 217 | 208 | - |
| CMYK | 0.86 | 0 | 0.04 | 0.15 |
| HSL | 177.1º | 0.75% | 0.49% | - |
| HSV(B) | 177.1º | 0.86% | 0.85% | - |
| XYZ | 36.76 | 54.47 | 68.25 | - |
| YUV | 160.36 | 154.88 | 35.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 217 | 208 | 0.86 | 0 | 0.04 | 0.15 | 177.1 | 0.75 | 0.49 |
| Hex | 1F | D9 | D0 | 56 | 0 | 4 | F | B1 | 4B | 31 |
| Octal | 37 | 331 | 320 | 126 | 0 | 4 | 17 | 261 | 113 | 61 |
| Binary | 11111 | 11011001 | 11010000 | 1010110 | 0 | 100 | 1111 | 10110001 | 1001011 | 110001 |
Color Harmonies of #1FD9D0
Complementary color
Monochromatic Colors of #1FD9D0
Black with #1FD9D0
Text Example
Text Example
White with #1FD9D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FD9D0; }
p { color: rgb(31,217,208); }
H1.HeaderClassName
{
color: #1FD9D0;
}
.AnyTagClassName
{
color: #1FD9D0;
}
</style>
background-color css
<style>
a { background-color: #1FD9D0; }
a { background-color: rgb(31,217,208); }
div.DivClassName
{
background-color: #1FD9D0;
}
.BgClassName
{
background-color: #1FD9D0;
}
</style>
border-color css
<style>
span { border-color: #1FD9D0; }
span { border-color: rgb(31,217,208); }
td.TdClassName
{
border-color: #1FD9D0;
}
.TagClassName
{
border-color: #1FD9D0;
}
</style>