Shades of Bright Turquoise #1DDCDF
Tints of Bright Turquoise #1DDCDF
RGB
CMYK
RGB Variations
Color information
#1DDCDF (or 0x1DDCDF) is known color: Bright Turquoise. HEX triplet: 1D, DC and DF. RGB value is (29,220,223). Sum of RGB (Red+Green+Blue) = 29+220+223=472 (62% of max value = 765). Red value is 29 (11.72% from 255 or 6.14% from 472); Green value is 220 (86.33% from 255 or 46.61% from 472); Blue value is 223 (87.5% from 255 or 47.25% from 472); Max value from RGB is 223 - color contains mainly: blue. Hex color #1DDCDF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1DDCDF is #E22320. Grayscale: #A3A3A3. Windows color (decimal): -14820129 or 14670877. OLE color: 14670877.
HSL color Cylindrical-coordinate representation of color #1DDCDF: hue angle of 180.93º 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 #1DDCDF is Cyan = 0.87, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 29 | 220 | 223 | - |
| CMYK | 0.87 | 0.01 | 0 | 0.13 |
| HSL | 180.93º | 0.77% | 0.49% | - |
| HSV(B) | 180.93º | 0.87% | 0.87% | - |
| XYZ | 39.42 | 56.78 | 78.69 | - |
| YUV | 163.23 | 161.72 | 32.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 220 | 223 | 0.87 | 0.01 | 0 | 0.13 | 180.93 | 0.77 | 0.49 |
| Hex | 1D | DC | DF | 57 | 1 | 0 | D | B5 | 4D | 31 |
| Octal | 35 | 334 | 337 | 127 | 1 | 0 | 15 | 265 | 115 | 61 |
| Binary | 11101 | 11011100 | 11011111 | 1010111 | 1 | 0 | 1101 | 10110101 | 1001101 | 110001 |
Color Harmonies of #1DDCDF
Complementary color
Monochromatic Colors of #1DDCDF
Black with #1DDCDF
Text Example
Text Example
White with #1DDCDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DDCDF; }
p { color: rgb(29,220,223); }
H1.HeaderClassName
{
color: #1DDCDF;
}
.AnyTagClassName
{
color: #1DDCDF;
}
</style>
background-color css
<style>
a { background-color: #1DDCDF; }
a { background-color: rgb(29,220,223); }
div.DivClassName
{
background-color: #1DDCDF;
}
.BgClassName
{
background-color: #1DDCDF;
}
</style>
border-color css
<style>
span { border-color: #1DDCDF; }
span { border-color: rgb(29,220,223); }
td.TdClassName
{
border-color: #1DDCDF;
}
.TagClassName
{
border-color: #1DDCDF;
}
</style>