Shades of Bright Turquoise #1DDBE6
Tints of Bright Turquoise #1DDBE6
RGB
CMYK
RGB Variations
Color information
#1DDBE6 (or 0x1DDBE6) is known color: Bright Turquoise. HEX triplet: 1D, DB and E6. RGB value is (29,219,230). Sum of RGB (Red+Green+Blue) = 29+219+230=478 (63% of max value = 765). Red value is 29 (11.72% from 255 or 6.07% from 478); Green value is 219 (85.94% from 255 or 45.82% from 478); Blue value is 230 (90.23% from 255 or 48.12% from 478); Max value from RGB is 230 - color contains mainly: blue. Hex color #1DDBE6 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1DDBE6 is #E22419. Grayscale: #A3A3A3. Windows color (decimal): -14820378 or 15129373. OLE color: 15129373.
HSL color Cylindrical-coordinate representation of color #1DDBE6: hue angle of 183.28º degrees, saturation: 0.8, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1DDBE6 is Cyan = 0.87, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 29 | 219 | 230 | - |
| CMYK | 0.87 | 0.05 | 0 | 0.10 |
| HSL | 183.28º | 0.8% | 0.51% | - |
| HSV(B) | 183.28º | 0.87% | 0.9% | - |
| XYZ | 40.12 | 56.64 | 83.68 | - |
| YUV | 163.44 | 165.55 | 32.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 219 | 230 | 0.87 | 0.05 | 0 | 0.10 | 183.28 | 0.8 | 0.51 |
| Hex | 1D | DB | E6 | 57 | 5 | 0 | A | B7 | 50 | 33 |
| Octal | 35 | 333 | 346 | 127 | 5 | 0 | 12 | 267 | 120 | 63 |
| Binary | 11101 | 11011011 | 11100110 | 1010111 | 101 | 0 | 1010 | 10110111 | 1010000 | 110011 |
Color Harmonies of #1DDBE6
Complementary color
Monochromatic Colors of #1DDBE6
Black with #1DDBE6
Text Example
Text Example
White with #1DDBE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DDBE6; }
p { color: rgb(29,219,230); }
H1.HeaderClassName
{
color: #1DDBE6;
}
.AnyTagClassName
{
color: #1DDBE6;
}
</style>
background-color css
<style>
a { background-color: #1DDBE6; }
a { background-color: rgb(29,219,230); }
div.DivClassName
{
background-color: #1DDBE6;
}
.BgClassName
{
background-color: #1DDBE6;
}
</style>
border-color css
<style>
span { border-color: #1DDBE6; }
span { border-color: rgb(29,219,230); }
td.TdClassName
{
border-color: #1DDBE6;
}
.TagClassName
{
border-color: #1DDBE6;
}
</style>