Shades of Bright Turquoise #1DF0CD
Tints of Bright Turquoise #1DF0CD
RGB
CMYK
RGB Variations
Color information
#1DF0CD (or 0x1DF0CD) is known color: Bright Turquoise. HEX triplet: 1D, F0 and CD. RGB value is (29,240,205). Sum of RGB (Red+Green+Blue) = 29+240+205=474 (62% of max value = 765). Red value is 29 (11.72% from 255 or 6.12% from 474); Green value is 240 (94.14% from 255 or 50.63% from 474); Blue value is 205 (80.47% from 255 or 43.25% from 474); Max value from RGB is 240 - color contains mainly: green. Hex color #1DF0CD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1DF0CD is #E20F32. Grayscale: #ACACAC. Windows color (decimal): -14815027 or 13496349. OLE color: 13496349.
HSL color Cylindrical-coordinate representation of color #1DF0CD: hue angle of 170.05º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1DF0CD is Cyan = 0.88, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 29 | 240 | 205 | - |
| CMYK | 0.88 | 0 | 0.15 | 0.06 |
| HSL | 170.05º | 0.88% | 0.53% | - |
| HSV(B) | 170.05º | 0.88% | 0.94% | - |
| XYZ | 42.69 | 66.99 | 68.44 | - |
| YUV | 172.92 | 146.1 | 25.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 240 | 205 | 0.88 | 0 | 0.15 | 0.06 | 170.05 | 0.88 | 0.53 |
| Hex | 1D | F0 | CD | 58 | 0 | F | 6 | AA | 58 | 35 |
| Octal | 35 | 360 | 315 | 130 | 0 | 17 | 6 | 252 | 130 | 65 |
| Binary | 11101 | 11110000 | 11001101 | 1011000 | 0 | 1111 | 110 | 10101010 | 1011000 | 110101 |
Color Harmonies of #1DF0CD
Complementary color
Monochromatic Colors of #1DF0CD
Black with #1DF0CD
Text Example
Text Example
White with #1DF0CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DF0CD; }
p { color: rgb(29,240,205); }
H1.HeaderClassName
{
color: #1DF0CD;
}
.AnyTagClassName
{
color: #1DF0CD;
}
</style>
background-color css
<style>
a { background-color: #1DF0CD; }
a { background-color: rgb(29,240,205); }
div.DivClassName
{
background-color: #1DF0CD;
}
.BgClassName
{
background-color: #1DF0CD;
}
</style>
border-color css
<style>
span { border-color: #1DF0CD; }
span { border-color: rgb(29,240,205); }
td.TdClassName
{
border-color: #1DF0CD;
}
.TagClassName
{
border-color: #1DF0CD;
}
</style>