Shades of Dark Turquoise #1DCFDD
Tints of Dark Turquoise #1DCFDD
RGB
CMYK
RGB Variations
Color information
#1DCFDD (or 0x1DCFDD) is known color: Dark Turquoise. HEX triplet: 1D, CF and DD. RGB value is (29,207,221). Sum of RGB (Red+Green+Blue) = 29+207+221=457 (60% of max value = 765). Red value is 29 (11.72% from 255 or 6.35% from 457); Green value is 207 (81.25% from 255 or 45.30% from 457); Blue value is 221 (86.72% from 255 or 48.36% from 457); Max value from RGB is 221 - color contains mainly: blue. Hex color #1DCFDD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1DCFDD is #E23022. Grayscale: #9B9B9B. Windows color (decimal): -14823459 or 14536477. OLE color: 14536477.
HSL color Cylindrical-coordinate representation of color #1DCFDD: hue angle of 184.38º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1DCFDD is Cyan = 0.87, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 29 | 207 | 221 | - |
| CMYK | 0.87 | 0.06 | 0 | 0.13 |
| HSL | 184.38º | 0.77% | 0.49% | - |
| HSV(B) | 184.38º | 0.87% | 0.87% | - |
| XYZ | 35.87 | 50.11 | 76.19 | - |
| YUV | 155.37 | 165.03 | 37.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 207 | 221 | 0.87 | 0.06 | 0 | 0.13 | 184.38 | 0.77 | 0.49 |
| Hex | 1D | CF | DD | 57 | 6 | 0 | D | B8 | 4D | 31 |
| Octal | 35 | 317 | 335 | 127 | 6 | 0 | 15 | 270 | 115 | 61 |
| Binary | 11101 | 11001111 | 11011101 | 1010111 | 110 | 0 | 1101 | 10111000 | 1001101 | 110001 |
Color Harmonies of #1DCFDD
Complementary color
Monochromatic Colors of #1DCFDD
Black with #1DCFDD
Text Example
Text Example
White with #1DCFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DCFDD; }
p { color: rgb(29,207,221); }
H1.HeaderClassName
{
color: #1DCFDD;
}
.AnyTagClassName
{
color: #1DCFDD;
}
</style>
background-color css
<style>
a { background-color: #1DCFDD; }
a { background-color: rgb(29,207,221); }
div.DivClassName
{
background-color: #1DCFDD;
}
.BgClassName
{
background-color: #1DCFDD;
}
</style>
border-color css
<style>
span { border-color: #1DCFDD; }
span { border-color: rgb(29,207,221); }
td.TdClassName
{
border-color: #1DCFDD;
}
.TagClassName
{
border-color: #1DCFDD;
}
</style>