Shades of Bright Turquoise #1FE6DC
Tints of Bright Turquoise #1FE6DC
RGB
CMYK
RGB Variations
Color information
#1FE6DC (or 0x1FE6DC) is known color: Bright Turquoise. HEX triplet: 1F, E6 and DC. RGB value is (31,230,220). Sum of RGB (Red+Green+Blue) = 31+230+220=481 (63% of max value = 765). Red value is 31 (12.5% from 255 or 6.44% from 481); Green value is 230 (90.23% from 255 or 47.82% from 481); Blue value is 220 (86.33% from 255 or 45.74% from 481); Max value from RGB is 230 - color contains mainly: green. Hex color #1FE6DC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1FE6DC is #E01923. Grayscale: #A9A9A9. Windows color (decimal): -14686500 or 14476831. OLE color: 14476831.
HSL color Cylindrical-coordinate representation of color #1FE6DC: hue angle of 176.98º degrees, saturation: 0.8, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1FE6DC is Cyan = 0.87, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 31 | 230 | 220 | - |
| CMYK | 0.87 | 0 | 0.04 | 0.10 |
| HSL | 176.98º | 0.8% | 0.51% | - |
| HSV(B) | 176.98º | 0.87% | 0.9% | - |
| XYZ | 41.78 | 62.05 | 77.49 | - |
| YUV | 169.36 | 156.57 | 29.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 230 | 220 | 0.87 | 0 | 0.04 | 0.10 | 176.98 | 0.8 | 0.51 |
| Hex | 1F | E6 | DC | 57 | 0 | 4 | A | B1 | 50 | 33 |
| Octal | 37 | 346 | 334 | 127 | 0 | 4 | 12 | 261 | 120 | 63 |
| Binary | 11111 | 11100110 | 11011100 | 1010111 | 0 | 100 | 1010 | 10110001 | 1010000 | 110011 |
Color Harmonies of #1FE6DC
Complementary color
Monochromatic Colors of #1FE6DC
Black with #1FE6DC
Text Example
Text Example
White with #1FE6DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FE6DC; }
p { color: rgb(31,230,220); }
H1.HeaderClassName
{
color: #1FE6DC;
}
.AnyTagClassName
{
color: #1FE6DC;
}
</style>
background-color css
<style>
a { background-color: #1FE6DC; }
a { background-color: rgb(31,230,220); }
div.DivClassName
{
background-color: #1FE6DC;
}
.BgClassName
{
background-color: #1FE6DC;
}
</style>
border-color css
<style>
span { border-color: #1FE6DC; }
span { border-color: rgb(31,230,220); }
td.TdClassName
{
border-color: #1FE6DC;
}
.TagClassName
{
border-color: #1FE6DC;
}
</style>