Shades of Dark Turquoise #1DCEDA
Tints of Dark Turquoise #1DCEDA
RGB
CMYK
RGB Variations
Color information
#1DCEDA (or 0x1DCEDA) is known color: Dark Turquoise. HEX triplet: 1D, CE and DA. RGB value is (29,206,218). Sum of RGB (Red+Green+Blue) = 29+206+218=453 (60% of max value = 765). Red value is 29 (11.72% from 255 or 6.40% from 453); Green value is 206 (80.86% from 255 or 45.47% from 453); Blue value is 218 (85.55% from 255 or 48.12% from 453); Max value from RGB is 218 - color contains mainly: blue. Hex color #1DCEDA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1DCEDA is #E23125. Grayscale: #9A9A9A. Windows color (decimal): -14823718 or 14339613. OLE color: 14339613.
HSL color Cylindrical-coordinate representation of color #1DCEDA: hue angle of 183.81º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1DCEDA is Cyan = 0.87, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 29 | 206 | 218 | - |
| CMYK | 0.87 | 0.06 | 0 | 0.15 |
| HSL | 183.81º | 0.77% | 0.48% | - |
| HSV(B) | 183.81º | 0.87% | 0.85% | - |
| XYZ | 35.23 | 49.47 | 74.02 | - |
| YUV | 154.45 | 163.86 | 38.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 206 | 218 | 0.87 | 0.06 | 0 | 0.15 | 183.81 | 0.77 | 0.48 |
| Hex | 1D | CE | DA | 57 | 6 | 0 | F | B8 | 4D | 30 |
| Octal | 35 | 316 | 332 | 127 | 6 | 0 | 17 | 270 | 115 | 60 |
| Binary | 11101 | 11001110 | 11011010 | 1010111 | 110 | 0 | 1111 | 10111000 | 1001101 | 110000 |
Color Harmonies of #1DCEDA
Complementary color
Monochromatic Colors of #1DCEDA
Black with #1DCEDA
Text Example
Text Example
White with #1DCEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DCEDA; }
p { color: rgb(29,206,218); }
H1.HeaderClassName
{
color: #1DCEDA;
}
.AnyTagClassName
{
color: #1DCEDA;
}
</style>
background-color css
<style>
a { background-color: #1DCEDA; }
a { background-color: rgb(29,206,218); }
div.DivClassName
{
background-color: #1DCEDA;
}
.BgClassName
{
background-color: #1DCEDA;
}
</style>
border-color css
<style>
span { border-color: #1DCEDA; }
span { border-color: rgb(29,206,218); }
td.TdClassName
{
border-color: #1DCEDA;
}
.TagClassName
{
border-color: #1DCEDA;
}
</style>