Shades of Bright Turquoise #1DDCCF
Tints of Bright Turquoise #1DDCCF
RGB
CMYK
RGB Variations
Color information
#1DDCCF (or 0x1DDCCF) is known color: Bright Turquoise. HEX triplet: 1D, DC and CF. RGB value is (29,220,207). Sum of RGB (Red+Green+Blue) = 29+220+207=456 (60% of max value = 765). Red value is 29 (11.72% from 255 or 6.36% from 456); Green value is 220 (86.33% from 255 or 48.25% from 456); Blue value is 207 (81.25% from 255 or 45.39% from 456); Max value from RGB is 220 - color contains mainly: green. Hex color #1DDCCF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1DDCCF is #E22330. Grayscale: #A1A1A1. Windows color (decimal): -14820145 or 13622301. OLE color: 13622301.
HSL color Cylindrical-coordinate representation of color #1DDCCF: hue angle of 175.92º 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 #1DDCCF is Cyan = 0.87, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 29 | 220 | 207 | - |
| CMYK | 0.87 | 0 | 0.06 | 0.14 |
| HSL | 175.92º | 0.77% | 0.49% | - |
| HSV(B) | 175.92º | 0.87% | 0.86% | - |
| XYZ | 37.36 | 55.95 | 67.86 | - |
| YUV | 161.41 | 153.72 | 33.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 220 | 207 | 0.87 | 0 | 0.06 | 0.14 | 175.92 | 0.77 | 0.49 |
| Hex | 1D | DC | CF | 57 | 0 | 6 | E | B0 | 4D | 31 |
| Octal | 35 | 334 | 317 | 127 | 0 | 6 | 16 | 260 | 115 | 61 |
| Binary | 11101 | 11011100 | 11001111 | 1010111 | 0 | 110 | 1110 | 10110000 | 1001101 | 110001 |
Color Harmonies of #1DDCCF
Complementary color
Monochromatic Colors of #1DDCCF
Black with #1DDCCF
Text Example
Text Example
White with #1DDCCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DDCCF; }
p { color: rgb(29,220,207); }
H1.HeaderClassName
{
color: #1DDCCF;
}
.AnyTagClassName
{
color: #1DDCCF;
}
</style>
background-color css
<style>
a { background-color: #1DDCCF; }
a { background-color: rgb(29,220,207); }
div.DivClassName
{
background-color: #1DDCCF;
}
.BgClassName
{
background-color: #1DDCCF;
}
</style>
border-color css
<style>
span { border-color: #1DDCCF; }
span { border-color: rgb(29,220,207); }
td.TdClassName
{
border-color: #1DDCCF;
}
.TagClassName
{
border-color: #1DDCCF;
}
</style>