Shades of Bright Turquoise #1FFDC6
Tints of Bright Turquoise #1FFDC6
RGB
CMYK
RGB Variations
Color information
#1FFDC6 (or 0x1FFDC6) is known color: Bright Turquoise. HEX triplet: 1F, FD and C6. RGB value is (31,253,198). Sum of RGB (Red+Green+Blue) = 31+253+198=482 (63% of max value = 765). Red value is 31 (12.5% from 255 or 6.43% from 482); Green value is 253 (99.22% from 255 or 52.49% from 482); Blue value is 198 (77.73% from 255 or 41.08% from 482); Max value from RGB is 253 - color contains mainly: green. Hex color #1FFDC6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1FFDC6 is #E00239. Grayscale: #B4B4B4. Windows color (decimal): -14680634 or 13040927. OLE color: 13040927.
HSL color Cylindrical-coordinate representation of color #1FFDC6: hue angle of 165.14º degrees, saturation: 0.98, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1FFDC6 is Cyan = 0.88, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 31 | 253 | 198 | - |
| CMYK | 0.88 | 0 | 0.22 | 0.01 |
| HSL | 165.14º | 0.98% | 0.56% | - |
| HSV(B) | 165.14º | 0.88% | 0.99% | - |
| XYZ | 45.88 | 74.62 | 65.41 | - |
| YUV | 180.35 | 137.95 | 21.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 253 | 198 | 0.88 | 0 | 0.22 | 0.01 | 165.14 | 0.98 | 0.56 |
| Hex | 1F | FD | C6 | 58 | 0 | 16 | 1 | A5 | 62 | 38 |
| Octal | 37 | 375 | 306 | 130 | 0 | 26 | 1 | 245 | 142 | 70 |
| Binary | 11111 | 11111101 | 11000110 | 1011000 | 0 | 10110 | 1 | 10100101 | 1100010 | 111000 |
Color Harmonies of #1FFDC6
Complementary color
Monochromatic Colors of #1FFDC6
Black with #1FFDC6
Text Example
Text Example
White with #1FFDC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FFDC6; }
p { color: rgb(31,253,198); }
H1.HeaderClassName
{
color: #1FFDC6;
}
.AnyTagClassName
{
color: #1FFDC6;
}
</style>
background-color css
<style>
a { background-color: #1FFDC6; }
a { background-color: rgb(31,253,198); }
div.DivClassName
{
background-color: #1FFDC6;
}
.BgClassName
{
background-color: #1FFDC6;
}
</style>
border-color css
<style>
span { border-color: #1FFDC6; }
span { border-color: rgb(31,253,198); }
td.TdClassName
{
border-color: #1FFDC6;
}
.TagClassName
{
border-color: #1FFDC6;
}
</style>