Shades of Bright Turquoise #1DFFE8
Tints of Bright Turquoise #1DFFE8
RGB
CMYK
RGB Variations
Color information
#1DFFE8 (or 0x1DFFE8) is known color: Bright Turquoise. HEX triplet: 1D, FF and E8. RGB value is (29,255,232). Sum of RGB (Red+Green+Blue) = 29+255+232=516 (68% of max value = 765). Red value is 29 (11.72% from 255 or 5.62% from 516); Green value is 255 (100% from 255 or 49.42% from 516); Blue value is 232 (91.02% from 255 or 44.96% from 516); Max value from RGB is 255 - color contains mainly: green. Hex color #1DFFE8 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #1DFFE8 is #E20017. Grayscale: #B8B8B8. Windows color (decimal): -14811160 or 15269661. OLE color: 15269661.
HSL color Cylindrical-coordinate representation of color #1DFFE8: hue angle of 173.89º 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 #1DFFE8 is Cyan = 0.89, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.
Color convert
| RGB | 29 | 255 | 232 | - |
| CMYK | 0.89 | 0 | 0.09 | 0 |
| HSL | 173.89º | 1% | 0.56% | - |
| HSV(B) | 173.89º | 0.89% | 1% | - |
| XYZ | 50.83 | 77.61 | 88.64 | - |
| YUV | 184.8 | 154.63 | 16.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 255 | 232 | 0.89 | 0 | 0.09 | 0 | 173.89 | 1 | 0.56 |
| Hex | 1D | FF | E8 | 59 | 0 | 9 | 0 | AE | 64 | 38 |
| Octal | 35 | 377 | 350 | 131 | 0 | 11 | 0 | 256 | 144 | 70 |
| Binary | 11101 | 11111111 | 11101000 | 1011001 | 0 | 1001 | 0 | 10101110 | 1100100 | 111000 |
Color Harmonies of #1DFFE8
Complementary color
Monochromatic Colors of #1DFFE8
Black with #1DFFE8
Text Example
Text Example
White with #1DFFE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DFFE8; }
p { color: rgb(29,255,232); }
H1.HeaderClassName
{
color: #1DFFE8;
}
.AnyTagClassName
{
color: #1DFFE8;
}
</style>
background-color css
<style>
a { background-color: #1DFFE8; }
a { background-color: rgb(29,255,232); }
div.DivClassName
{
background-color: #1DFFE8;
}
.BgClassName
{
background-color: #1DFFE8;
}
</style>
border-color css
<style>
span { border-color: #1DFFE8; }
span { border-color: rgb(29,255,232); }
td.TdClassName
{
border-color: #1DFFE8;
}
.TagClassName
{
border-color: #1DFFE8;
}
</style>