Shades of Bright Turquoise #1DF8E5
Tints of Bright Turquoise #1DF8E5
RGB
CMYK
RGB Variations
Color information
#1DF8E5 (or 0x1DF8E5) is known color: Bright Turquoise. HEX triplet: 1D, F8 and E5. RGB value is (29,248,229). Sum of RGB (Red+Green+Blue) = 29+248+229=506 (67% of max value = 765). Red value is 29 (11.72% from 255 or 5.73% from 506); Green value is 248 (97.27% from 255 or 49.01% from 506); Blue value is 229 (89.84% from 255 or 45.26% from 506); Max value from RGB is 248 - color contains mainly: green. Hex color #1DF8E5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1DF8E5 is #E2071A. Grayscale: #B4B4B4. Windows color (decimal): -14812955 or 15071261. OLE color: 15071261.
HSL color Cylindrical-coordinate representation of color #1DF8E5: hue angle of 174.79º degrees, saturation: 0.94, 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 #1DF8E5 is Cyan = 0.88, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 29 | 248 | 229 | - |
| CMYK | 0.88 | 0 | 0.08 | 0.03 |
| HSL | 174.79º | 0.94% | 0.54% | - |
| HSV(B) | 174.79º | 0.88% | 0.97% | - |
| XYZ | 48.22 | 73.05 | 85.69 | - |
| YUV | 180.35 | 155.45 | 20.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 248 | 229 | 0.88 | 0 | 0.08 | 0.03 | 174.79 | 0.94 | 0.54 |
| Hex | 1D | F8 | E5 | 58 | 0 | 8 | 3 | AF | 5E | 36 |
| Octal | 35 | 370 | 345 | 130 | 0 | 10 | 3 | 257 | 136 | 66 |
| Binary | 11101 | 11111000 | 11100101 | 1011000 | 0 | 1000 | 11 | 10101111 | 1011110 | 110110 |
Color Harmonies of #1DF8E5
Complementary color
Monochromatic Colors of #1DF8E5
Black with #1DF8E5
Text Example
Text Example
White with #1DF8E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DF8E5; }
p { color: rgb(29,248,229); }
H1.HeaderClassName
{
color: #1DF8E5;
}
.AnyTagClassName
{
color: #1DF8E5;
}
</style>
background-color css
<style>
a { background-color: #1DF8E5; }
a { background-color: rgb(29,248,229); }
div.DivClassName
{
background-color: #1DF8E5;
}
.BgClassName
{
background-color: #1DF8E5;
}
</style>
border-color css
<style>
span { border-color: #1DF8E5; }
span { border-color: rgb(29,248,229); }
td.TdClassName
{
border-color: #1DF8E5;
}
.TagClassName
{
border-color: #1DF8E5;
}
</style>