Shades of Bright Turquoise #1FECCE
Tints of Bright Turquoise #1FECCE
RGB
CMYK
RGB Variations
Color information
#1FECCE (or 0x1FECCE) is known color: Bright Turquoise. HEX triplet: 1F, EC and CE. RGB value is (31,236,206). Sum of RGB (Red+Green+Blue) = 31+236+206=473 (62% of max value = 765). Red value is 31 (12.5% from 255 or 6.55% from 473); Green value is 236 (92.58% from 255 or 49.89% from 473); Blue value is 206 (80.86% from 255 or 43.55% from 473); Max value from RGB is 236 - color contains mainly: green. Hex color #1FECCE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1FECCE is #E01331. Grayscale: #ABABAB. Windows color (decimal): -14684978 or 13560863. OLE color: 13560863.
HSL color Cylindrical-coordinate representation of color #1FECCE: hue angle of 171.22º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1FECCE is Cyan = 0.87, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 31 | 236 | 206 | - |
| CMYK | 0.87 | 0 | 0.13 | 0.07 |
| HSL | 171.22º | 0.84% | 0.52% | - |
| HSV(B) | 171.22º | 0.87% | 0.93% | - |
| XYZ | 41.7 | 64.74 | 68.69 | - |
| YUV | 171.29 | 147.58 | 27.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 236 | 206 | 0.87 | 0 | 0.13 | 0.07 | 171.22 | 0.84 | 0.52 |
| Hex | 1F | EC | CE | 57 | 0 | D | 7 | AB | 54 | 34 |
| Octal | 37 | 354 | 316 | 127 | 0 | 15 | 7 | 253 | 124 | 64 |
| Binary | 11111 | 11101100 | 11001110 | 1010111 | 0 | 1101 | 111 | 10101011 | 1010100 | 110100 |
Color Harmonies of #1FECCE
Complementary color
Monochromatic Colors of #1FECCE
Black with #1FECCE
Text Example
Text Example
White with #1FECCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FECCE; }
p { color: rgb(31,236,206); }
H1.HeaderClassName
{
color: #1FECCE;
}
.AnyTagClassName
{
color: #1FECCE;
}
</style>
background-color css
<style>
a { background-color: #1FECCE; }
a { background-color: rgb(31,236,206); }
div.DivClassName
{
background-color: #1FECCE;
}
.BgClassName
{
background-color: #1FECCE;
}
</style>
border-color css
<style>
span { border-color: #1FECCE; }
span { border-color: rgb(31,236,206); }
td.TdClassName
{
border-color: #1FECCE;
}
.TagClassName
{
border-color: #1FECCE;
}
</style>