Shades of Bright Turquoise #1FDBEF
Tints of Bright Turquoise #1FDBEF
RGB
CMYK
RGB Variations
Color information
#1FDBEF (or 0x1FDBEF) is known color: Bright Turquoise. HEX triplet: 1F, DB and EF. RGB value is (31,219,239). Sum of RGB (Red+Green+Blue) = 31+219+239=489 (64% of max value = 765). Red value is 31 (12.5% from 255 or 6.34% from 489); Green value is 219 (85.94% from 255 or 44.79% from 489); Blue value is 239 (93.75% from 255 or 48.88% from 489); Max value from RGB is 239 - color contains mainly: blue. Hex color #1FDBEF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1FDBEF is #E02410. Grayscale: #A4A4A4. Windows color (decimal): -14689297 or 15719199. OLE color: 15719199.
HSL color Cylindrical-coordinate representation of color #1FDBEF: hue angle of 185.77º 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 #1FDBEF is Cyan = 0.87, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 31 | 219 | 239 | - |
| CMYK | 0.87 | 0.08 | 0 | 0.06 |
| HSL | 185.77º | 0.87% | 0.53% | - |
| HSV(B) | 185.77º | 0.87% | 0.94% | - |
| XYZ | 41.48 | 57.19 | 90.51 | - |
| YUV | 165.07 | 169.72 | 32.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 219 | 239 | 0.87 | 0.08 | 0 | 0.06 | 185.77 | 0.87 | 0.53 |
| Hex | 1F | DB | EF | 57 | 8 | 0 | 6 | BA | 57 | 35 |
| Octal | 37 | 333 | 357 | 127 | 10 | 0 | 6 | 272 | 127 | 65 |
| Binary | 11111 | 11011011 | 11101111 | 1010111 | 1000 | 0 | 110 | 10111010 | 1010111 | 110101 |
Color Harmonies of #1FDBEF
Complementary color
Monochromatic Colors of #1FDBEF
Black with #1FDBEF
Text Example
Text Example
White with #1FDBEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FDBEF; }
p { color: rgb(31,219,239); }
H1.HeaderClassName
{
color: #1FDBEF;
}
.AnyTagClassName
{
color: #1FDBEF;
}
</style>
background-color css
<style>
a { background-color: #1FDBEF; }
a { background-color: rgb(31,219,239); }
div.DivClassName
{
background-color: #1FDBEF;
}
.BgClassName
{
background-color: #1FDBEF;
}
</style>
border-color css
<style>
span { border-color: #1FDBEF; }
span { border-color: rgb(31,219,239); }
td.TdClassName
{
border-color: #1FDBEF;
}
.TagClassName
{
border-color: #1FDBEF;
}
</style>