Shades of Bright Turquoise #1FE3DC
Tints of Bright Turquoise #1FE3DC
RGB
CMYK
RGB Variations
Color information
#1FE3DC (or 0x1FE3DC) is known color: Bright Turquoise. HEX triplet: 1F, E3 and DC. RGB value is (31,227,220). Sum of RGB (Red+Green+Blue) = 31+227+220=478 (63% of max value = 765). Red value is 31 (12.5% from 255 or 6.49% from 478); Green value is 227 (89.06% from 255 or 47.49% from 478); Blue value is 220 (86.33% from 255 or 46.03% from 478); Max value from RGB is 227 - color contains mainly: green. Hex color #1FE3DC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1FE3DC is #E01C23. Grayscale: #A7A7A7. Windows color (decimal): -14687268 or 14476063. OLE color: 14476063.
HSL color Cylindrical-coordinate representation of color #1FE3DC: hue angle of 177.86º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1FE3DC is Cyan = 0.86, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 31 | 227 | 220 | - |
| CMYK | 0.86 | 0 | 0.03 | 0.11 |
| HSL | 177.86º | 0.78% | 0.51% | - |
| HSV(B) | 177.86º | 0.86% | 0.89% | - |
| XYZ | 40.95 | 60.4 | 77.21 | - |
| YUV | 167.6 | 157.57 | 30.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 227 | 220 | 0.86 | 0 | 0.03 | 0.11 | 177.86 | 0.78 | 0.51 |
| Hex | 1F | E3 | DC | 56 | 0 | 3 | B | B2 | 4E | 33 |
| Octal | 37 | 343 | 334 | 126 | 0 | 3 | 13 | 262 | 116 | 63 |
| Binary | 11111 | 11100011 | 11011100 | 1010110 | 0 | 11 | 1011 | 10110010 | 1001110 | 110011 |
Color Harmonies of #1FE3DC
Complementary color
Monochromatic Colors of #1FE3DC
Black with #1FE3DC
Text Example
Text Example
White with #1FE3DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FE3DC; }
p { color: rgb(31,227,220); }
H1.HeaderClassName
{
color: #1FE3DC;
}
.AnyTagClassName
{
color: #1FE3DC;
}
</style>
background-color css
<style>
a { background-color: #1FE3DC; }
a { background-color: rgb(31,227,220); }
div.DivClassName
{
background-color: #1FE3DC;
}
.BgClassName
{
background-color: #1FE3DC;
}
</style>
border-color css
<style>
span { border-color: #1FE3DC; }
span { border-color: rgb(31,227,220); }
td.TdClassName
{
border-color: #1FE3DC;
}
.TagClassName
{
border-color: #1FE3DC;
}
</style>