Shades of Bright Turquoise #1DFECF
Tints of Bright Turquoise #1DFECF
RGB
CMYK
RGB Variations
Color information
#1DFECF (or 0x1DFECF) is known color: Bright Turquoise. HEX triplet: 1D, FE and CF. RGB value is (29,254,207). Sum of RGB (Red+Green+Blue) = 29+254+207=490 (64% of max value = 765). Red value is 29 (11.72% from 255 or 5.92% from 490); Green value is 254 (99.61% from 255 or 51.84% from 490); Blue value is 207 (81.25% from 255 or 42.24% from 490); Max value from RGB is 254 - color contains mainly: green. Hex color #1DFECF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1DFECF is #E20130. Grayscale: #B5B5B5. Windows color (decimal): -14811441 or 13631005. OLE color: 13631005.
HSL color Cylindrical-coordinate representation of color #1DFECF: hue angle of 167.47º 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 #1DFECF is Cyan = 0.89, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 29 | 254 | 207 | - |
| CMYK | 0.89 | 0 | 0.19 | 0.00 |
| HSL | 167.47º | 0.99% | 0.55% | - |
| HSV(B) | 167.47º | 0.89% | 1% | - |
| XYZ | 47.21 | 75.65 | 71.15 | - |
| YUV | 181.37 | 142.46 | 19.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 254 | 207 | 0.89 | 0 | 0.19 | 0.00 | 167.47 | 0.99 | 0.55 |
| Hex | 1D | FE | CF | 59 | 0 | 13 | 0 | A7 | 63 | 37 |
| Octal | 35 | 376 | 317 | 131 | 0 | 23 | 0 | 247 | 143 | 67 |
| Binary | 11101 | 11111110 | 11001111 | 1011001 | 0 | 10011 | 0 | 10100111 | 1100011 | 110111 |
Color Harmonies of #1DFECF
Complementary color
Monochromatic Colors of #1DFECF
Black with #1DFECF
Text Example
Text Example
White with #1DFECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DFECF; }
p { color: rgb(29,254,207); }
H1.HeaderClassName
{
color: #1DFECF;
}
.AnyTagClassName
{
color: #1DFECF;
}
</style>
background-color css
<style>
a { background-color: #1DFECF; }
a { background-color: rgb(29,254,207); }
div.DivClassName
{
background-color: #1DFECF;
}
.BgClassName
{
background-color: #1DFECF;
}
</style>
border-color css
<style>
span { border-color: #1DFECF; }
span { border-color: rgb(29,254,207); }
td.TdClassName
{
border-color: #1DFECF;
}
.TagClassName
{
border-color: #1DFECF;
}
</style>