Shades of Bright Turquoise #1FEFDB
Tints of Bright Turquoise #1FEFDB
RGB
CMYK
RGB Variations
Color information
#1FEFDB (or 0x1FEFDB) is known color: Bright Turquoise. HEX triplet: 1F, EF and DB. RGB value is (31,239,219). Sum of RGB (Red+Green+Blue) = 31+239+219=489 (64% of max value = 765). Red value is 31 (12.5% from 255 or 6.34% from 489); Green value is 239 (93.75% from 255 or 48.88% from 489); Blue value is 219 (85.94% from 255 or 44.79% from 489); Max value from RGB is 239 - color contains mainly: green. Hex color #1FEFDB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1FEFDB is #E01024. Grayscale: #AEAEAE. Windows color (decimal): -14684197 or 14413599. OLE color: 14413599.
HSL color Cylindrical-coordinate representation of color #1FEFDB: hue angle of 174.23º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1FEFDB is Cyan = 0.87, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 31 | 239 | 219 | - |
| CMYK | 0.87 | 0 | 0.08 | 0.06 |
| HSL | 174.23º | 0.87% | 0.53% | - |
| HSV(B) | 174.23º | 0.87% | 0.94% | - |
| XYZ | 44.22 | 67.14 | 77.65 | - |
| YUV | 174.53 | 153.09 | 25.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 239 | 219 | 0.87 | 0 | 0.08 | 0.06 | 174.23 | 0.87 | 0.53 |
| Hex | 1F | EF | DB | 57 | 0 | 8 | 6 | AE | 57 | 35 |
| Octal | 37 | 357 | 333 | 127 | 0 | 10 | 6 | 256 | 127 | 65 |
| Binary | 11111 | 11101111 | 11011011 | 1010111 | 0 | 1000 | 110 | 10101110 | 1010111 | 110101 |
Color Harmonies of #1FEFDB
Complementary color
Monochromatic Colors of #1FEFDB
Black with #1FEFDB
Text Example
Text Example
White with #1FEFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FEFDB; }
p { color: rgb(31,239,219); }
H1.HeaderClassName
{
color: #1FEFDB;
}
.AnyTagClassName
{
color: #1FEFDB;
}
</style>
background-color css
<style>
a { background-color: #1FEFDB; }
a { background-color: rgb(31,239,219); }
div.DivClassName
{
background-color: #1FEFDB;
}
.BgClassName
{
background-color: #1FEFDB;
}
</style>
border-color css
<style>
span { border-color: #1FEFDB; }
span { border-color: rgb(31,239,219); }
td.TdClassName
{
border-color: #1FEFDB;
}
.TagClassName
{
border-color: #1FEFDB;
}
</style>