Shades of Bright Turquoise #1FECDB
Tints of Bright Turquoise #1FECDB
RGB
CMYK
RGB Variations
Color information
#1FECDB (or 0x1FECDB) is known color: Bright Turquoise. HEX triplet: 1F, EC and DB. RGB value is (31,236,219). Sum of RGB (Red+Green+Blue) = 31+236+219=486 (64% of max value = 765). Red value is 31 (12.5% from 255 or 6.38% from 486); Green value is 236 (92.58% from 255 or 48.56% from 486); Blue value is 219 (85.94% from 255 or 45.06% from 486); Max value from RGB is 236 - color contains mainly: green. Hex color #1FECDB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1FECDB is #E01324. Grayscale: #ACACAC. Windows color (decimal): -14684965 or 14412831. OLE color: 14412831.
HSL color Cylindrical-coordinate representation of color #1FECDB: hue angle of 175.02º 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 #1FECDB is Cyan = 0.87, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 31 | 236 | 219 | - |
| CMYK | 0.87 | 0 | 0.07 | 0.07 |
| HSL | 175.02º | 0.84% | 0.52% | - |
| HSV(B) | 175.02º | 0.87% | 0.93% | - |
| XYZ | 43.35 | 65.4 | 77.36 | - |
| YUV | 172.77 | 154.08 | 26.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 236 | 219 | 0.87 | 0 | 0.07 | 0.07 | 175.02 | 0.84 | 0.52 |
| Hex | 1F | EC | DB | 57 | 0 | 7 | 7 | AF | 54 | 34 |
| Octal | 37 | 354 | 333 | 127 | 0 | 7 | 7 | 257 | 124 | 64 |
| Binary | 11111 | 11101100 | 11011011 | 1010111 | 0 | 111 | 111 | 10101111 | 1010100 | 110100 |
Color Harmonies of #1FECDB
Complementary color
Monochromatic Colors of #1FECDB
Black with #1FECDB
Text Example
Text Example
White with #1FECDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FECDB; }
p { color: rgb(31,236,219); }
H1.HeaderClassName
{
color: #1FECDB;
}
.AnyTagClassName
{
color: #1FECDB;
}
</style>
background-color css
<style>
a { background-color: #1FECDB; }
a { background-color: rgb(31,236,219); }
div.DivClassName
{
background-color: #1FECDB;
}
.BgClassName
{
background-color: #1FECDB;
}
</style>
border-color css
<style>
span { border-color: #1FECDB; }
span { border-color: rgb(31,236,219); }
td.TdClassName
{
border-color: #1FECDB;
}
.TagClassName
{
border-color: #1FECDB;
}
</style>