Shades of Bright Turquoise #1DFEEB
Tints of Bright Turquoise #1DFEEB
RGB
CMYK
RGB Variations
Color information
#1DFEEB (or 0x1DFEEB) is known color: Bright Turquoise. HEX triplet: 1D, FE and EB. RGB value is (29,254,235). Sum of RGB (Red+Green+Blue) = 29+254+235=518 (68% of max value = 765). Red value is 29 (11.72% from 255 or 5.60% from 518); Green value is 254 (99.61% from 255 or 49.03% from 518); Blue value is 235 (92.19% from 255 or 45.37% from 518); Max value from RGB is 254 - color contains mainly: green. Hex color #1DFEEB is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #1DFEEB is #E20114. Grayscale: #B8B8B8. Windows color (decimal): -14811413 or 15466013. OLE color: 15466013.
HSL color Cylindrical-coordinate representation of color #1DFEEB: hue angle of 174.93º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1DFEEB is Cyan = 0.89, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 29 | 254 | 235 | - |
| CMYK | 0.89 | 0 | 0.07 | 0.00 |
| HSL | 174.93º | 0.99% | 0.55% | - |
| HSV(B) | 174.93º | 0.89% | 1% | - |
| XYZ | 50.94 | 77.14 | 90.8 | - |
| YUV | 184.56 | 156.46 | 17.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 254 | 235 | 0.89 | 0 | 0.07 | 0.00 | 174.93 | 0.99 | 0.55 |
| Hex | 1D | FE | EB | 59 | 0 | 7 | 0 | AF | 63 | 37 |
| Octal | 35 | 376 | 353 | 131 | 0 | 7 | 0 | 257 | 143 | 67 |
| Binary | 11101 | 11111110 | 11101011 | 1011001 | 0 | 111 | 0 | 10101111 | 1100011 | 110111 |
Color Harmonies of #1DFEEB
Complementary color
Monochromatic Colors of #1DFEEB
Black with #1DFEEB
Text Example
Text Example
White with #1DFEEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DFEEB; }
p { color: rgb(29,254,235); }
H1.HeaderClassName
{
color: #1DFEEB;
}
.AnyTagClassName
{
color: #1DFEEB;
}
</style>
background-color css
<style>
a { background-color: #1DFEEB; }
a { background-color: rgb(29,254,235); }
div.DivClassName
{
background-color: #1DFEEB;
}
.BgClassName
{
background-color: #1DFEEB;
}
</style>
border-color css
<style>
span { border-color: #1DFEEB; }
span { border-color: rgb(29,254,235); }
td.TdClassName
{
border-color: #1DFEEB;
}
.TagClassName
{
border-color: #1DFEEB;
}
</style>