Shades of Bright Turquoise #1DEACF
Tints of Bright Turquoise #1DEACF
RGB
CMYK
RGB Variations
Color information
#1DEACF (or 0x1DEACF) is known color: Bright Turquoise. HEX triplet: 1D, EA and CF. RGB value is (29,234,207). Sum of RGB (Red+Green+Blue) = 29+234+207=470 (62% of max value = 765). Red value is 29 (11.72% from 255 or 6.17% from 470); Green value is 234 (91.80% from 255 or 49.79% from 470); Blue value is 207 (81.25% from 255 or 44.04% from 470); Max value from RGB is 234 - color contains mainly: green. Hex color #1DEACF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1DEACF is #E21530. Grayscale: #A9A9A9. Windows color (decimal): -14816561 or 13625885. OLE color: 13625885.
HSL color Cylindrical-coordinate representation of color #1DEACF: hue angle of 172.1º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1DEACF is Cyan = 0.88, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 29 | 234 | 207 | - |
| CMYK | 0.88 | 0 | 0.12 | 0.08 |
| HSL | 172.1º | 0.83% | 0.52% | - |
| HSV(B) | 172.1º | 0.88% | 0.92% | - |
| XYZ | 41.19 | 63.61 | 69.14 | - |
| YUV | 169.63 | 149.08 | 27.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 234 | 207 | 0.88 | 0 | 0.12 | 0.08 | 172.1 | 0.83 | 0.52 |
| Hex | 1D | EA | CF | 58 | 0 | C | 8 | AC | 53 | 34 |
| Octal | 35 | 352 | 317 | 130 | 0 | 14 | 10 | 254 | 123 | 64 |
| Binary | 11101 | 11101010 | 11001111 | 1011000 | 0 | 1100 | 1000 | 10101100 | 1010011 | 110100 |
Color Harmonies of #1DEACF
Complementary color
Monochromatic Colors of #1DEACF
Black with #1DEACF
Text Example
Text Example
White with #1DEACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DEACF; }
p { color: rgb(29,234,207); }
H1.HeaderClassName
{
color: #1DEACF;
}
.AnyTagClassName
{
color: #1DEACF;
}
</style>
background-color css
<style>
a { background-color: #1DEACF; }
a { background-color: rgb(29,234,207); }
div.DivClassName
{
background-color: #1DEACF;
}
.BgClassName
{
background-color: #1DEACF;
}
</style>
border-color css
<style>
span { border-color: #1DEACF; }
span { border-color: rgb(29,234,207); }
td.TdClassName
{
border-color: #1DEACF;
}
.TagClassName
{
border-color: #1DEACF;
}
</style>