Shades of Bright Turquoise #1DDBED
Tints of Bright Turquoise #1DDBED
RGB
CMYK
RGB Variations
Color information
#1DDBED (or 0x1DDBED) is known color: Bright Turquoise. HEX triplet: 1D, DB and ED. RGB value is (29,219,237). Sum of RGB (Red+Green+Blue) = 29+219+237=485 (64% of max value = 765). Red value is 29 (11.72% from 255 or 5.98% from 485); Green value is 219 (85.94% from 255 or 45.15% from 485); Blue value is 237 (92.97% from 255 or 48.87% from 485); Max value from RGB is 237 - color contains mainly: blue. Hex color #1DDBED is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1DDBED is #E22412. Grayscale: #A3A3A3. Windows color (decimal): -14820371 or 15588125. OLE color: 15588125.
HSL color Cylindrical-coordinate representation of color #1DDBED: hue angle of 185.19º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1DDBED is Cyan = 0.88, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 29 | 219 | 237 | - |
| CMYK | 0.88 | 0.08 | 0 | 0.07 |
| HSL | 185.19º | 0.85% | 0.52% | - |
| HSV(B) | 185.19º | 0.88% | 0.93% | - |
| XYZ | 41.12 | 57.04 | 88.96 | - |
| YUV | 164.24 | 169.05 | 31.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 219 | 237 | 0.88 | 0.08 | 0 | 0.07 | 185.19 | 0.85 | 0.52 |
| Hex | 1D | DB | ED | 58 | 8 | 0 | 7 | B9 | 55 | 34 |
| Octal | 35 | 333 | 355 | 130 | 10 | 0 | 7 | 271 | 125 | 64 |
| Binary | 11101 | 11011011 | 11101101 | 1011000 | 1000 | 0 | 111 | 10111001 | 1010101 | 110100 |
Color Harmonies of #1DDBED
Complementary color
Monochromatic Colors of #1DDBED
Black with #1DDBED
Text Example
Text Example
White with #1DDBED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DDBED; }
p { color: rgb(29,219,237); }
H1.HeaderClassName
{
color: #1DDBED;
}
.AnyTagClassName
{
color: #1DDBED;
}
</style>
background-color css
<style>
a { background-color: #1DDBED; }
a { background-color: rgb(29,219,237); }
div.DivClassName
{
background-color: #1DDBED;
}
.BgClassName
{
background-color: #1DDBED;
}
</style>
border-color css
<style>
span { border-color: #1DDBED; }
span { border-color: rgb(29,219,237); }
td.TdClassName
{
border-color: #1DDBED;
}
.TagClassName
{
border-color: #1DDBED;
}
</style>