Shades of Bright Turquoise #1DFFE1
Tints of Bright Turquoise #1DFFE1
RGB
CMYK
RGB Variations
Color information
#1DFFE1 (or 0x1DFFE1) is known color: Bright Turquoise. HEX triplet: 1D, FF and E1. RGB value is (29,255,225). Sum of RGB (Red+Green+Blue) = 29+255+225=509 (67% of max value = 765). Red value is 29 (11.72% from 255 or 5.70% from 509); Green value is 255 (100% from 255 or 50.10% from 509); Blue value is 225 (88.28% from 255 or 44.20% from 509); Max value from RGB is 255 - color contains mainly: green. Hex color #1DFFE1 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1DFFE1 is #E2001E. Grayscale: #B7B7B7. Windows color (decimal): -14811167 or 14810909. OLE color: 14810909.
HSL color Cylindrical-coordinate representation of color #1DFFE1: hue angle of 172.04º 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 #1DFFE1 is Cyan = 0.89, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.
Color convert
| RGB | 29 | 255 | 225 | - |
| CMYK | 0.89 | 0 | 0.12 | 0 |
| HSL | 172.04º | 1% | 0.56% | - |
| HSV(B) | 172.04º | 0.89% | 1% | - |
| XYZ | 49.86 | 77.22 | 83.51 | - |
| YUV | 184.01 | 151.13 | 17.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 255 | 225 | 0.89 | 0 | 0.12 | 0 | 172.04 | 1 | 0.56 |
| Hex | 1D | FF | E1 | 59 | 0 | C | 0 | AC | 64 | 38 |
| Octal | 35 | 377 | 341 | 131 | 0 | 14 | 0 | 254 | 144 | 70 |
| Binary | 11101 | 11111111 | 11100001 | 1011001 | 0 | 1100 | 0 | 10101100 | 1100100 | 111000 |
Color Harmonies of #1DFFE1
Complementary color
Monochromatic Colors of #1DFFE1
Black with #1DFFE1
Text Example
Text Example
White with #1DFFE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DFFE1; }
p { color: rgb(29,255,225); }
H1.HeaderClassName
{
color: #1DFFE1;
}
.AnyTagClassName
{
color: #1DFFE1;
}
</style>
background-color css
<style>
a { background-color: #1DFFE1; }
a { background-color: rgb(29,255,225); }
div.DivClassName
{
background-color: #1DFFE1;
}
.BgClassName
{
background-color: #1DFFE1;
}
</style>
border-color css
<style>
span { border-color: #1DFFE1; }
span { border-color: rgb(29,255,225); }
td.TdClassName
{
border-color: #1DFFE1;
}
.TagClassName
{
border-color: #1DFFE1;
}
</style>