Shades of Turquoise #1FECBD
Tints of Turquoise #1FECBD
RGB
CMYK
RGB Variations
Color information
#1FECBD (or 0x1FECBD) is known color: Turquoise. HEX triplet: 1F, EC and BD. RGB value is (31,236,189). Sum of RGB (Red+Green+Blue) = 31+236+189=456 (60% of max value = 765). Red value is 31 (12.5% from 255 or 6.80% from 456); Green value is 236 (92.58% from 255 or 51.75% from 456); Blue value is 189 (74.22% from 255 or 41.45% from 456); Max value from RGB is 236 - color contains mainly: green. Hex color #1FECBD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1FECBD is #E01342. Grayscale: #A9A9A9. Windows color (decimal): -14684995 or 12446751. OLE color: 12446751.
HSL color Cylindrical-coordinate representation of color #1FECBD: hue angle of 166.24º 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 #1FECBD is Cyan = 0.87, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 31 | 236 | 189 | - |
| CMYK | 0.87 | 0 | 0.20 | 0.07 |
| HSL | 166.24º | 0.84% | 0.52% | - |
| HSV(B) | 166.24º | 0.87% | 0.93% | - |
| XYZ | 39.75 | 63.96 | 58.39 | - |
| YUV | 169.35 | 139.08 | 29.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 236 | 189 | 0.87 | 0 | 0.20 | 0.07 | 166.24 | 0.84 | 0.52 |
| Hex | 1F | EC | BD | 57 | 0 | 14 | 7 | A6 | 54 | 34 |
| Octal | 37 | 354 | 275 | 127 | 0 | 24 | 7 | 246 | 124 | 64 |
| Binary | 11111 | 11101100 | 10111101 | 1010111 | 0 | 10100 | 111 | 10100110 | 1010100 | 110100 |
Color Harmonies of #1FECBD
Complementary color
Monochromatic Colors of #1FECBD
Black with #1FECBD
Text Example
Text Example
White with #1FECBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FECBD; }
p { color: rgb(31,236,189); }
H1.HeaderClassName
{
color: #1FECBD;
}
.AnyTagClassName
{
color: #1FECBD;
}
</style>
background-color css
<style>
a { background-color: #1FECBD; }
a { background-color: rgb(31,236,189); }
div.DivClassName
{
background-color: #1FECBD;
}
.BgClassName
{
background-color: #1FECBD;
}
</style>
border-color css
<style>
span { border-color: #1FECBD; }
span { border-color: rgb(31,236,189); }
td.TdClassName
{
border-color: #1FECBD;
}
.TagClassName
{
border-color: #1FECBD;
}
</style>