Shades of Bright Turquoise #1FFFCE
Tints of Bright Turquoise #1FFFCE
RGB
CMYK
RGB Variations
Color information
#1FFFCE (or 0x1FFFCE) is known color: Bright Turquoise. HEX triplet: 1F, FF and CE. RGB value is (31,255,206). Sum of RGB (Red+Green+Blue) = 31+255+206=492 (65% of max value = 765). Red value is 31 (12.5% from 255 or 6.30% from 492); Green value is 255 (100% from 255 or 51.83% from 492); Blue value is 206 (80.86% from 255 or 41.87% from 492); Max value from RGB is 255 - color contains mainly: green. Hex color #1FFFCE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1FFFCE is #E00031. Grayscale: #B6B6B6. Windows color (decimal): -14680114 or 13565727. OLE color: 13565727.
HSL color Cylindrical-coordinate representation of color #1FFFCE: hue angle of 166.88º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1FFFCE is Cyan = 0.88, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.
Color convert
| RGB | 31 | 255 | 206 | - |
| CMYK | 0.88 | 0 | 0.19 | 0 |
| HSL | 166.88º | 1% | 0.56% | - |
| HSV(B) | 166.88º | 0.88% | 1% | - |
| XYZ | 47.47 | 76.27 | 70.61 | - |
| YUV | 182.44 | 141.29 | 19.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 255 | 206 | 0.88 | 0 | 0.19 | 0 | 166.88 | 1 | 0.56 |
| Hex | 1F | FF | CE | 58 | 0 | 13 | 0 | A7 | 64 | 38 |
| Octal | 37 | 377 | 316 | 130 | 0 | 23 | 0 | 247 | 144 | 70 |
| Binary | 11111 | 11111111 | 11001110 | 1011000 | 0 | 10011 | 0 | 10100111 | 1100100 | 111000 |
Color Harmonies of #1FFFCE
Complementary color
Monochromatic Colors of #1FFFCE
Black with #1FFFCE
Text Example
Text Example
White with #1FFFCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FFFCE; }
p { color: rgb(31,255,206); }
H1.HeaderClassName
{
color: #1FFFCE;
}
.AnyTagClassName
{
color: #1FFFCE;
}
</style>
background-color css
<style>
a { background-color: #1FFFCE; }
a { background-color: rgb(31,255,206); }
div.DivClassName
{
background-color: #1FFFCE;
}
.BgClassName
{
background-color: #1FFFCE;
}
</style>
border-color css
<style>
span { border-color: #1FFFCE; }
span { border-color: rgb(31,255,206); }
td.TdClassName
{
border-color: #1FFFCE;
}
.TagClassName
{
border-color: #1FFFCE;
}
</style>