Shades of Bright Turquoise #1DFEEC
Tints of Bright Turquoise #1DFEEC
RGB
CMYK
RGB Variations
Color information
#1DFEEC (or 0x1DFEEC) is known color: Bright Turquoise. HEX triplet: 1D, FE and EC. RGB value is (29,254,236). Sum of RGB (Red+Green+Blue) = 29+254+236=519 (68% of max value = 765). Red value is 29 (11.72% from 255 or 5.59% from 519); Green value is 254 (99.61% from 255 or 48.94% from 519); Blue value is 236 (92.58% from 255 or 45.47% from 519); Max value from RGB is 254 - color contains mainly: green. Hex color #1DFEEC is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #1DFEEC is #E20113. Grayscale: #B8B8B8. Windows color (decimal): -14811412 or 15531549. OLE color: 15531549.
HSL color Cylindrical-coordinate representation of color #1DFEEC: hue angle of 175.2º 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 #1DFEEC is Cyan = 0.89, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 29 | 254 | 236 | - |
| CMYK | 0.89 | 0 | 0.07 | 0.00 |
| HSL | 175.2º | 0.99% | 0.55% | - |
| HSV(B) | 175.2º | 0.89% | 1% | - |
| XYZ | 51.09 | 77.2 | 91.57 | - |
| YUV | 184.67 | 156.96 | 16.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 254 | 236 | 0.89 | 0 | 0.07 | 0.00 | 175.2 | 0.99 | 0.55 |
| Hex | 1D | FE | EC | 59 | 0 | 7 | 0 | AF | 63 | 37 |
| Octal | 35 | 376 | 354 | 131 | 0 | 7 | 0 | 257 | 143 | 67 |
| Binary | 11101 | 11111110 | 11101100 | 1011001 | 0 | 111 | 0 | 10101111 | 1100011 | 110111 |
Color Harmonies of #1DFEEC
Complementary color
Monochromatic Colors of #1DFEEC
Black with #1DFEEC
Text Example
Text Example
White with #1DFEEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DFEEC; }
p { color: rgb(29,254,236); }
H1.HeaderClassName
{
color: #1DFEEC;
}
.AnyTagClassName
{
color: #1DFEEC;
}
</style>
background-color css
<style>
a { background-color: #1DFEEC; }
a { background-color: rgb(29,254,236); }
div.DivClassName
{
background-color: #1DFEEC;
}
.BgClassName
{
background-color: #1DFEEC;
}
</style>
border-color css
<style>
span { border-color: #1DFEEC; }
span { border-color: rgb(29,254,236); }
td.TdClassName
{
border-color: #1DFEEC;
}
.TagClassName
{
border-color: #1DFEEC;
}
</style>