Shades of Bright Turquoise #1DDBCC
Tints of Bright Turquoise #1DDBCC
RGB
CMYK
RGB Variations
Color information
#1DDBCC (or 0x1DDBCC) is known color: Bright Turquoise. HEX triplet: 1D, DB and CC. RGB value is (29,219,204). Sum of RGB (Red+Green+Blue) = 29+219+204=452 (59% of max value = 765). Red value is 29 (11.72% from 255 or 6.42% from 452); Green value is 219 (85.94% from 255 or 48.45% from 452); Blue value is 204 (80.08% from 255 or 45.13% from 452); Max value from RGB is 219 - color contains mainly: green. Hex color #1DDBCC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1DDBCC is #E22433. Grayscale: #A0A0A0. Windows color (decimal): -14820404 or 13425437. OLE color: 13425437.
HSL color Cylindrical-coordinate representation of color #1DDBCC: hue angle of 175.26º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1DDBCC is Cyan = 0.87, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 29 | 219 | 204 | - |
| CMYK | 0.87 | 0 | 0.07 | 0.14 |
| HSL | 175.26º | 0.77% | 0.49% | - |
| HSV(B) | 175.26º | 0.87% | 0.86% | - |
| XYZ | 36.74 | 55.28 | 65.86 | - |
| YUV | 160.48 | 152.55 | 34.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 219 | 204 | 0.87 | 0 | 0.07 | 0.14 | 175.26 | 0.77 | 0.49 |
| Hex | 1D | DB | CC | 57 | 0 | 7 | E | AF | 4D | 31 |
| Octal | 35 | 333 | 314 | 127 | 0 | 7 | 16 | 257 | 115 | 61 |
| Binary | 11101 | 11011011 | 11001100 | 1010111 | 0 | 111 | 1110 | 10101111 | 1001101 | 110001 |
Color Harmonies of #1DDBCC
Complementary color
Monochromatic Colors of #1DDBCC
Black with #1DDBCC
Text Example
Text Example
White with #1DDBCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DDBCC; }
p { color: rgb(29,219,204); }
H1.HeaderClassName
{
color: #1DDBCC;
}
.AnyTagClassName
{
color: #1DDBCC;
}
</style>
background-color css
<style>
a { background-color: #1DDBCC; }
a { background-color: rgb(29,219,204); }
div.DivClassName
{
background-color: #1DDBCC;
}
.BgClassName
{
background-color: #1DDBCC;
}
</style>
border-color css
<style>
span { border-color: #1DDBCC; }
span { border-color: rgb(29,219,204); }
td.TdClassName
{
border-color: #1DDBCC;
}
.TagClassName
{
border-color: #1DDBCC;
}
</style>