Shades of Bright Turquoise #1FEEDB
Tints of Bright Turquoise #1FEEDB
RGB
CMYK
RGB Variations
Color information
#1FEEDB (or 0x1FEEDB) is known color: Bright Turquoise. HEX triplet: 1F, EE and DB. RGB value is (31,238,219). Sum of RGB (Red+Green+Blue) = 31+238+219=488 (64% of max value = 765). Red value is 31 (12.5% from 255 or 6.35% from 488); Green value is 238 (93.36% from 255 or 48.77% from 488); Blue value is 219 (85.94% from 255 or 44.88% from 488); Max value from RGB is 238 - color contains mainly: green. Hex color #1FEEDB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1FEEDB is #E01124. Grayscale: #ADADAD. Windows color (decimal): -14684453 or 14413343. OLE color: 14413343.
HSL color Cylindrical-coordinate representation of color #1FEEDB: hue angle of 174.49º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1FEEDB is Cyan = 0.87, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 31 | 238 | 219 | - |
| CMYK | 0.87 | 0 | 0.08 | 0.07 |
| HSL | 174.49º | 0.86% | 0.53% | - |
| HSV(B) | 174.49º | 0.87% | 0.93% | - |
| XYZ | 43.93 | 66.55 | 77.55 | - |
| YUV | 173.94 | 153.42 | 26.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 238 | 219 | 0.87 | 0 | 0.08 | 0.07 | 174.49 | 0.86 | 0.53 |
| Hex | 1F | EE | DB | 57 | 0 | 8 | 7 | AE | 56 | 35 |
| Octal | 37 | 356 | 333 | 127 | 0 | 10 | 7 | 256 | 126 | 65 |
| Binary | 11111 | 11101110 | 11011011 | 1010111 | 0 | 1000 | 111 | 10101110 | 1010110 | 110101 |
Color Harmonies of #1FEEDB
Complementary color
Monochromatic Colors of #1FEEDB
Black with #1FEEDB
Text Example
Text Example
White with #1FEEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FEEDB; }
p { color: rgb(31,238,219); }
H1.HeaderClassName
{
color: #1FEEDB;
}
.AnyTagClassName
{
color: #1FEEDB;
}
</style>
background-color css
<style>
a { background-color: #1FEEDB; }
a { background-color: rgb(31,238,219); }
div.DivClassName
{
background-color: #1FEEDB;
}
.BgClassName
{
background-color: #1FEEDB;
}
</style>
border-color css
<style>
span { border-color: #1FEEDB; }
span { border-color: rgb(31,238,219); }
td.TdClassName
{
border-color: #1FEEDB;
}
.TagClassName
{
border-color: #1FEEDB;
}
</style>