Shades of Bright Turquoise #1DFEC8
Tints of Bright Turquoise #1DFEC8
RGB
CMYK
RGB Variations
Color information
#1DFEC8 (or 0x1DFEC8) is known color: Bright Turquoise. HEX triplet: 1D, FE and C8. RGB value is (29,254,200). Sum of RGB (Red+Green+Blue) = 29+254+200=483 (63% of max value = 765). Red value is 29 (11.72% from 255 or 6.00% from 483); Green value is 254 (99.61% from 255 or 52.59% from 483); Blue value is 200 (78.52% from 255 or 41.41% from 483); Max value from RGB is 254 - color contains mainly: green. Hex color #1DFEC8 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1DFEC8 is #E20137. Grayscale: #B4B4B4. Windows color (decimal): -14811448 or 13172253. OLE color: 13172253.
HSL color Cylindrical-coordinate representation of color #1DFEC8: hue angle of 165.6º 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 #1DFEC8 is Cyan = 0.89, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 29 | 254 | 200 | - |
| CMYK | 0.89 | 0 | 0.21 | 0.00 |
| HSL | 165.6º | 0.99% | 0.55% | - |
| HSV(B) | 165.6º | 0.89% | 1% | - |
| XYZ | 46.37 | 75.31 | 66.74 | - |
| YUV | 180.57 | 138.96 | 19.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 254 | 200 | 0.89 | 0 | 0.21 | 0.00 | 165.6 | 0.99 | 0.55 |
| Hex | 1D | FE | C8 | 59 | 0 | 15 | 0 | A6 | 63 | 37 |
| Octal | 35 | 376 | 310 | 131 | 0 | 25 | 0 | 246 | 143 | 67 |
| Binary | 11101 | 11111110 | 11001000 | 1011001 | 0 | 10101 | 0 | 10100110 | 1100011 | 110111 |
Color Harmonies of #1DFEC8
Complementary color
Monochromatic Colors of #1DFEC8
Black with #1DFEC8
Text Example
Text Example
White with #1DFEC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DFEC8; }
p { color: rgb(29,254,200); }
H1.HeaderClassName
{
color: #1DFEC8;
}
.AnyTagClassName
{
color: #1DFEC8;
}
</style>
background-color css
<style>
a { background-color: #1DFEC8; }
a { background-color: rgb(29,254,200); }
div.DivClassName
{
background-color: #1DFEC8;
}
.BgClassName
{
background-color: #1DFEC8;
}
</style>
border-color css
<style>
span { border-color: #1DFEC8; }
span { border-color: rgb(29,254,200); }
td.TdClassName
{
border-color: #1DFEC8;
}
.TagClassName
{
border-color: #1DFEC8;
}
</style>