Shades of Bright Turquoise #1FFCC6
Tints of Bright Turquoise #1FFCC6
RGB
CMYK
RGB Variations
Color information
#1FFCC6 (or 0x1FFCC6) is known color: Bright Turquoise. HEX triplet: 1F, FC and C6. RGB value is (31,252,198). Sum of RGB (Red+Green+Blue) = 31+252+198=481 (63% of max value = 765). Red value is 31 (12.5% from 255 or 6.44% from 481); Green value is 252 (98.83% from 255 or 52.39% from 481); Blue value is 198 (77.73% from 255 or 41.16% from 481); Max value from RGB is 252 - color contains mainly: green. Hex color #1FFCC6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1FFCC6 is #E00339. Grayscale: #B3B3B3. Windows color (decimal): -14680890 or 13040671. OLE color: 13040671.
HSL color Cylindrical-coordinate representation of color #1FFCC6: hue angle of 165.34º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1FFCC6 is Cyan = 0.88, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 31 | 252 | 198 | - |
| CMYK | 0.88 | 0 | 0.21 | 0.01 |
| HSL | 165.34º | 0.97% | 0.55% | - |
| HSV(B) | 165.34º | 0.88% | 0.99% | - |
| XYZ | 45.57 | 73.99 | 65.31 | - |
| YUV | 179.77 | 138.28 | 21.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 252 | 198 | 0.88 | 0 | 0.21 | 0.01 | 165.34 | 0.97 | 0.55 |
| Hex | 1F | FC | C6 | 58 | 0 | 15 | 1 | A5 | 61 | 37 |
| Octal | 37 | 374 | 306 | 130 | 0 | 25 | 1 | 245 | 141 | 67 |
| Binary | 11111 | 11111100 | 11000110 | 1011000 | 0 | 10101 | 1 | 10100101 | 1100001 | 110111 |
Color Harmonies of #1FFCC6
Complementary color
Monochromatic Colors of #1FFCC6
Black with #1FFCC6
Text Example
Text Example
White with #1FFCC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FFCC6; }
p { color: rgb(31,252,198); }
H1.HeaderClassName
{
color: #1FFCC6;
}
.AnyTagClassName
{
color: #1FFCC6;
}
</style>
background-color css
<style>
a { background-color: #1FFCC6; }
a { background-color: rgb(31,252,198); }
div.DivClassName
{
background-color: #1FFCC6;
}
.BgClassName
{
background-color: #1FFCC6;
}
</style>
border-color css
<style>
span { border-color: #1FFCC6; }
span { border-color: rgb(31,252,198); }
td.TdClassName
{
border-color: #1FFCC6;
}
.TagClassName
{
border-color: #1FFCC6;
}
</style>