Shades of Bright Turquoise #1FE6DB
Tints of Bright Turquoise #1FE6DB
RGB
CMYK
RGB Variations
Color information
#1FE6DB (or 0x1FE6DB) is known color: Bright Turquoise. HEX triplet: 1F, E6 and DB. RGB value is (31,230,219). Sum of RGB (Red+Green+Blue) = 31+230+219=480 (63% of max value = 765). Red value is 31 (12.5% from 255 or 6.46% from 480); Green value is 230 (90.23% from 255 or 47.92% from 480); Blue value is 219 (85.94% from 255 or 45.62% from 480); Max value from RGB is 230 - color contains mainly: green. Hex color #1FE6DB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1FE6DB is #E01924. Grayscale: #A9A9A9. Windows color (decimal): -14686501 or 14411295. OLE color: 14411295.
HSL color Cylindrical-coordinate representation of color #1FE6DB: hue angle of 176.68º 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 #1FE6DB is Cyan = 0.87, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 31 | 230 | 219 | - |
| CMYK | 0.87 | 0 | 0.05 | 0.10 |
| HSL | 176.68º | 0.8% | 0.51% | - |
| HSV(B) | 176.68º | 0.87% | 0.9% | - |
| XYZ | 41.65 | 62 | 76.79 | - |
| YUV | 169.25 | 156.07 | 29.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 230 | 219 | 0.87 | 0 | 0.05 | 0.10 | 176.68 | 0.8 | 0.51 |
| Hex | 1F | E6 | DB | 57 | 0 | 5 | A | B1 | 50 | 33 |
| Octal | 37 | 346 | 333 | 127 | 0 | 5 | 12 | 261 | 120 | 63 |
| Binary | 11111 | 11100110 | 11011011 | 1010111 | 0 | 101 | 1010 | 10110001 | 1010000 | 110011 |
Color Harmonies of #1FE6DB
Complementary color
Monochromatic Colors of #1FE6DB
Black with #1FE6DB
Text Example
Text Example
White with #1FE6DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FE6DB; }
p { color: rgb(31,230,219); }
H1.HeaderClassName
{
color: #1FE6DB;
}
.AnyTagClassName
{
color: #1FE6DB;
}
</style>
background-color css
<style>
a { background-color: #1FE6DB; }
a { background-color: rgb(31,230,219); }
div.DivClassName
{
background-color: #1FE6DB;
}
.BgClassName
{
background-color: #1FE6DB;
}
</style>
border-color css
<style>
span { border-color: #1FE6DB; }
span { border-color: rgb(31,230,219); }
td.TdClassName
{
border-color: #1FE6DB;
}
.TagClassName
{
border-color: #1FE6DB;
}
</style>