Shades of Bright Turquoise #1DFFE9
Tints of Bright Turquoise #1DFFE9
RGB
CMYK
RGB Variations
Color information
#1DFFE9 (or 0x1DFFE9) is known color: Bright Turquoise. HEX triplet: 1D, FF and E9. RGB value is (29,255,233). Sum of RGB (Red+Green+Blue) = 29+255+233=517 (68% of max value = 765). Red value is 29 (11.72% from 255 or 5.61% from 517); Green value is 255 (100% from 255 or 49.32% from 517); Blue value is 233 (91.41% from 255 or 45.07% from 517); Max value from RGB is 255 - color contains mainly: green. Hex color #1DFFE9 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #1DFFE9 is #E20016. Grayscale: #B8B8B8. Windows color (decimal): -14811159 or 15335197. OLE color: 15335197.
HSL color Cylindrical-coordinate representation of color #1DFFE9: hue angle of 174.16º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1DFFE9 is Cyan = 0.89, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.
Color convert
| RGB | 29 | 255 | 233 | - |
| CMYK | 0.89 | 0 | 0.09 | 0 |
| HSL | 174.16º | 1% | 0.56% | - |
| HSV(B) | 174.16º | 0.89% | 1% | - |
| XYZ | 50.97 | 77.66 | 89.39 | - |
| YUV | 184.92 | 155.13 | 16.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 255 | 233 | 0.89 | 0 | 0.09 | 0 | 174.16 | 1 | 0.56 |
| Hex | 1D | FF | E9 | 59 | 0 | 9 | 0 | AE | 64 | 38 |
| Octal | 35 | 377 | 351 | 131 | 0 | 11 | 0 | 256 | 144 | 70 |
| Binary | 11101 | 11111111 | 11101001 | 1011001 | 0 | 1001 | 0 | 10101110 | 1100100 | 111000 |
Color Harmonies of #1DFFE9
Complementary color
Monochromatic Colors of #1DFFE9
Black with #1DFFE9
Text Example
Text Example
White with #1DFFE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DFFE9; }
p { color: rgb(29,255,233); }
H1.HeaderClassName
{
color: #1DFFE9;
}
.AnyTagClassName
{
color: #1DFFE9;
}
</style>
background-color css
<style>
a { background-color: #1DFFE9; }
a { background-color: rgb(29,255,233); }
div.DivClassName
{
background-color: #1DFFE9;
}
.BgClassName
{
background-color: #1DFFE9;
}
</style>
border-color css
<style>
span { border-color: #1DFFE9; }
span { border-color: rgb(29,255,233); }
td.TdClassName
{
border-color: #1DFFE9;
}
.TagClassName
{
border-color: #1DFFE9;
}
</style>