Shades of Bright Turquoise #1DF7E5
Tints of Bright Turquoise #1DF7E5
RGB
CMYK
RGB Variations
Color information
#1DF7E5 (or 0x1DF7E5) is known color: Bright Turquoise. HEX triplet: 1D, F7 and E5. RGB value is (29,247,229). Sum of RGB (Red+Green+Blue) = 29+247+229=505 (66% of max value = 765). Red value is 29 (11.72% from 255 or 5.74% from 505); Green value is 247 (96.88% from 255 or 48.91% from 505); Blue value is 229 (89.84% from 255 or 45.35% from 505); Max value from RGB is 247 - color contains mainly: green. Hex color #1DF7E5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1DF7E5 is #E2081A. Grayscale: #B3B3B3. Windows color (decimal): -14813211 or 15071005. OLE color: 15071005.
HSL color Cylindrical-coordinate representation of color #1DF7E5: hue angle of 175.05º degrees, saturation: 0.93, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1DF7E5 is Cyan = 0.88, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 29 | 247 | 229 | - |
| CMYK | 0.88 | 0 | 0.07 | 0.03 |
| HSL | 175.05º | 0.93% | 0.54% | - |
| HSV(B) | 175.05º | 0.88% | 0.97% | - |
| XYZ | 47.91 | 72.44 | 85.59 | - |
| YUV | 179.77 | 155.78 | 20.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 247 | 229 | 0.88 | 0 | 0.07 | 0.03 | 175.05 | 0.93 | 0.54 |
| Hex | 1D | F7 | E5 | 58 | 0 | 7 | 3 | AF | 5D | 36 |
| Octal | 35 | 367 | 345 | 130 | 0 | 7 | 3 | 257 | 135 | 66 |
| Binary | 11101 | 11110111 | 11100101 | 1011000 | 0 | 111 | 11 | 10101111 | 1011101 | 110110 |
Color Harmonies of #1DF7E5
Complementary color
Monochromatic Colors of #1DF7E5
Black with #1DF7E5
Text Example
Text Example
White with #1DF7E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DF7E5; }
p { color: rgb(29,247,229); }
H1.HeaderClassName
{
color: #1DF7E5;
}
.AnyTagClassName
{
color: #1DF7E5;
}
</style>
background-color css
<style>
a { background-color: #1DF7E5; }
a { background-color: rgb(29,247,229); }
div.DivClassName
{
background-color: #1DF7E5;
}
.BgClassName
{
background-color: #1DF7E5;
}
</style>
border-color css
<style>
span { border-color: #1DF7E5; }
span { border-color: rgb(29,247,229); }
td.TdClassName
{
border-color: #1DF7E5;
}
.TagClassName
{
border-color: #1DF7E5;
}
</style>