Shades of Bright Turquoise #1DFFE7
Tints of Bright Turquoise #1DFFE7
RGB
CMYK
RGB Variations
Color information
#1DFFE7 (or 0x1DFFE7) is known color: Bright Turquoise. HEX triplet: 1D, FF and E7. RGB value is (29,255,231). Sum of RGB (Red+Green+Blue) = 29+255+231=515 (68% of max value = 765). Red value is 29 (11.72% from 255 or 5.63% from 515); Green value is 255 (100% from 255 or 49.51% from 515); Blue value is 231 (90.62% from 255 or 44.85% from 515); Max value from RGB is 255 - color contains mainly: green. Hex color #1DFFE7 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #1DFFE7 is #E20018. Grayscale: #B8B8B8. Windows color (decimal): -14811161 or 15204125. OLE color: 15204125.
HSL color Cylindrical-coordinate representation of color #1DFFE7: hue angle of 173.63º 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 #1DFFE7 is Cyan = 0.89, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.
Color convert
| RGB | 29 | 255 | 231 | - |
| CMYK | 0.89 | 0 | 0.09 | 0 |
| HSL | 173.63º | 1% | 0.56% | - |
| HSV(B) | 173.63º | 0.89% | 1% | - |
| XYZ | 50.69 | 77.55 | 87.9 | - |
| YUV | 184.69 | 154.13 | 16.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 255 | 231 | 0.89 | 0 | 0.09 | 0 | 173.63 | 1 | 0.56 |
| Hex | 1D | FF | E7 | 59 | 0 | 9 | 0 | AE | 64 | 38 |
| Octal | 35 | 377 | 347 | 131 | 0 | 11 | 0 | 256 | 144 | 70 |
| Binary | 11101 | 11111111 | 11100111 | 1011001 | 0 | 1001 | 0 | 10101110 | 1100100 | 111000 |
Color Harmonies of #1DFFE7
Complementary color
Monochromatic Colors of #1DFFE7
Black with #1DFFE7
Text Example
Text Example
White with #1DFFE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DFFE7; }
p { color: rgb(29,255,231); }
H1.HeaderClassName
{
color: #1DFFE7;
}
.AnyTagClassName
{
color: #1DFFE7;
}
</style>
background-color css
<style>
a { background-color: #1DFFE7; }
a { background-color: rgb(29,255,231); }
div.DivClassName
{
background-color: #1DFFE7;
}
.BgClassName
{
background-color: #1DFFE7;
}
</style>
border-color css
<style>
span { border-color: #1DFFE7; }
span { border-color: rgb(29,255,231); }
td.TdClassName
{
border-color: #1DFFE7;
}
.TagClassName
{
border-color: #1DFFE7;
}
</style>