Shades of Bright Turquoise #1DDCEA
Tints of Bright Turquoise #1DDCEA
RGB
CMYK
RGB Variations
Color information
#1DDCEA (or 0x1DDCEA) is known color: Bright Turquoise. HEX triplet: 1D, DC and EA. RGB value is (29,220,234). Sum of RGB (Red+Green+Blue) = 29+220+234=483 (63% of max value = 765). Red value is 29 (11.72% from 255 or 6.00% from 483); Green value is 220 (86.33% from 255 or 45.55% from 483); Blue value is 234 (91.80% from 255 or 48.45% from 483); Max value from RGB is 234 - color contains mainly: blue. Hex color #1DDCEA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1DDCEA is #E22315. Grayscale: #A4A4A4. Windows color (decimal): -14820118 or 15391773. OLE color: 15391773.
HSL color Cylindrical-coordinate representation of color #1DDCEA: hue angle of 184.1º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1DDCEA is Cyan = 0.88, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 29 | 220 | 234 | - |
| CMYK | 0.88 | 0.06 | 0 | 0.08 |
| HSL | 184.1º | 0.83% | 0.52% | - |
| HSV(B) | 184.1º | 0.88% | 0.92% | - |
| XYZ | 40.95 | 57.39 | 86.76 | - |
| YUV | 164.49 | 167.22 | 31.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 220 | 234 | 0.88 | 0.06 | 0 | 0.08 | 184.1 | 0.83 | 0.52 |
| Hex | 1D | DC | EA | 58 | 6 | 0 | 8 | B8 | 53 | 34 |
| Octal | 35 | 334 | 352 | 130 | 6 | 0 | 10 | 270 | 123 | 64 |
| Binary | 11101 | 11011100 | 11101010 | 1011000 | 110 | 0 | 1000 | 10111000 | 1010011 | 110100 |
Color Harmonies of #1DDCEA
Complementary color
Monochromatic Colors of #1DDCEA
Black with #1DDCEA
Text Example
Text Example
White with #1DDCEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DDCEA; }
p { color: rgb(29,220,234); }
H1.HeaderClassName
{
color: #1DDCEA;
}
.AnyTagClassName
{
color: #1DDCEA;
}
</style>
background-color css
<style>
a { background-color: #1DDCEA; }
a { background-color: rgb(29,220,234); }
div.DivClassName
{
background-color: #1DDCEA;
}
.BgClassName
{
background-color: #1DDCEA;
}
</style>
border-color css
<style>
span { border-color: #1DDCEA; }
span { border-color: rgb(29,220,234); }
td.TdClassName
{
border-color: #1DDCEA;
}
.TagClassName
{
border-color: #1DDCEA;
}
</style>