Shades of Bright Turquoise #1FDBEA
Tints of Bright Turquoise #1FDBEA
RGB
CMYK
RGB Variations
Color information
#1FDBEA (or 0x1FDBEA) is known color: Bright Turquoise. HEX triplet: 1F, DB and EA. RGB value is (31,219,234). Sum of RGB (Red+Green+Blue) = 31+219+234=484 (64% of max value = 765). Red value is 31 (12.5% from 255 or 6.40% from 484); Green value is 219 (85.94% from 255 or 45.25% from 484); Blue value is 234 (91.80% from 255 or 48.35% from 484); Max value from RGB is 234 - color contains mainly: blue. Hex color #1FDBEA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1FDBEA is #E02415. Grayscale: #A4A4A4. Windows color (decimal): -14689302 or 15391519. OLE color: 15391519.
HSL color Cylindrical-coordinate representation of color #1FDBEA: hue angle of 184.43º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1FDBEA is Cyan = 0.87, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 31 | 219 | 234 | - |
| CMYK | 0.87 | 0.06 | 0 | 0.08 |
| HSL | 184.43º | 0.83% | 0.52% | - |
| HSV(B) | 184.43º | 0.87% | 0.92% | - |
| XYZ | 40.75 | 56.89 | 86.68 | - |
| YUV | 164.5 | 167.22 | 32.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 219 | 234 | 0.87 | 0.06 | 0 | 0.08 | 184.43 | 0.83 | 0.52 |
| Hex | 1F | DB | EA | 57 | 6 | 0 | 8 | B8 | 53 | 34 |
| Octal | 37 | 333 | 352 | 127 | 6 | 0 | 10 | 270 | 123 | 64 |
| Binary | 11111 | 11011011 | 11101010 | 1010111 | 110 | 0 | 1000 | 10111000 | 1010011 | 110100 |
Color Harmonies of #1FDBEA
Complementary color
Monochromatic Colors of #1FDBEA
Black with #1FDBEA
Text Example
Text Example
White with #1FDBEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FDBEA; }
p { color: rgb(31,219,234); }
H1.HeaderClassName
{
color: #1FDBEA;
}
.AnyTagClassName
{
color: #1FDBEA;
}
</style>
background-color css
<style>
a { background-color: #1FDBEA; }
a { background-color: rgb(31,219,234); }
div.DivClassName
{
background-color: #1FDBEA;
}
.BgClassName
{
background-color: #1FDBEA;
}
</style>
border-color css
<style>
span { border-color: #1FDBEA; }
span { border-color: rgb(31,219,234); }
td.TdClassName
{
border-color: #1FDBEA;
}
.TagClassName
{
border-color: #1FDBEA;
}
</style>