Shades of Bright Turquoise #1FF1DB
Tints of Bright Turquoise #1FF1DB
RGB
CMYK
RGB Variations
Color information
#1FF1DB (or 0x1FF1DB) is known color: Bright Turquoise. HEX triplet: 1F, F1 and DB. RGB value is (31,241,219). Sum of RGB (Red+Green+Blue) = 31+241+219=491 (65% of max value = 765). Red value is 31 (12.5% from 255 or 6.31% from 491); Green value is 241 (94.53% from 255 or 49.08% from 491); Blue value is 219 (85.94% from 255 or 44.60% from 491); Max value from RGB is 241 - color contains mainly: green. Hex color #1FF1DB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1FF1DB is #E00E24. Grayscale: #AFAFAF. Windows color (decimal): -14683685 or 14414111. OLE color: 14414111.
HSL color Cylindrical-coordinate representation of color #1FF1DB: hue angle of 173.71º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1FF1DB is Cyan = 0.87, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 31 | 241 | 219 | - |
| CMYK | 0.87 | 0 | 0.09 | 0.05 |
| HSL | 173.71º | 0.88% | 0.53% | - |
| HSV(B) | 173.71º | 0.87% | 0.95% | - |
| XYZ | 44.81 | 68.32 | 77.84 | - |
| YUV | 175.7 | 152.43 | 24.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 241 | 219 | 0.87 | 0 | 0.09 | 0.05 | 173.71 | 0.88 | 0.53 |
| Hex | 1F | F1 | DB | 57 | 0 | 9 | 5 | AE | 58 | 35 |
| Octal | 37 | 361 | 333 | 127 | 0 | 11 | 5 | 256 | 130 | 65 |
| Binary | 11111 | 11110001 | 11011011 | 1010111 | 0 | 1001 | 101 | 10101110 | 1011000 | 110101 |
Color Harmonies of #1FF1DB
Complementary color
Monochromatic Colors of #1FF1DB
Black with #1FF1DB
Text Example
Text Example
White with #1FF1DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FF1DB; }
p { color: rgb(31,241,219); }
H1.HeaderClassName
{
color: #1FF1DB;
}
.AnyTagClassName
{
color: #1FF1DB;
}
</style>
background-color css
<style>
a { background-color: #1FF1DB; }
a { background-color: rgb(31,241,219); }
div.DivClassName
{
background-color: #1FF1DB;
}
.BgClassName
{
background-color: #1FF1DB;
}
</style>
border-color css
<style>
span { border-color: #1FF1DB; }
span { border-color: rgb(31,241,219); }
td.TdClassName
{
border-color: #1FF1DB;
}
.TagClassName
{
border-color: #1FF1DB;
}
</style>