Shades of Bright Turquoise #1DD7DF
Tints of Bright Turquoise #1DD7DF
RGB
CMYK
RGB Variations
Color information
#1DD7DF (or 0x1DD7DF) is known color: Bright Turquoise. HEX triplet: 1D, D7 and DF. RGB value is (29,215,223). Sum of RGB (Red+Green+Blue) = 29+215+223=467 (61% of max value = 765). Red value is 29 (11.72% from 255 or 6.21% from 467); Green value is 215 (84.38% from 255 or 46.04% from 467); Blue value is 223 (87.5% from 255 or 47.75% from 467); Max value from RGB is 223 - color contains mainly: blue. Hex color #1DD7DF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1DD7DF is #E22820. Grayscale: #A0A0A0. Windows color (decimal): -14821409 or 14669597. OLE color: 14669597.
HSL color Cylindrical-coordinate representation of color #1DD7DF: hue angle of 182.47º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1DD7DF is Cyan = 0.87, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 29 | 215 | 223 | - |
| CMYK | 0.87 | 0.04 | 0 | 0.13 |
| HSL | 182.47º | 0.77% | 0.49% | - |
| HSV(B) | 182.47º | 0.87% | 0.87% | - |
| XYZ | 38.13 | 54.19 | 78.26 | - |
| YUV | 160.3 | 163.38 | 34.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 215 | 223 | 0.87 | 0.04 | 0 | 0.13 | 182.47 | 0.77 | 0.49 |
| Hex | 1D | D7 | DF | 57 | 4 | 0 | D | B6 | 4D | 31 |
| Octal | 35 | 327 | 337 | 127 | 4 | 0 | 15 | 266 | 115 | 61 |
| Binary | 11101 | 11010111 | 11011111 | 1010111 | 100 | 0 | 1101 | 10110110 | 1001101 | 110001 |
Color Harmonies of #1DD7DF
Complementary color
Monochromatic Colors of #1DD7DF
Black with #1DD7DF
Text Example
Text Example
White with #1DD7DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DD7DF; }
p { color: rgb(29,215,223); }
H1.HeaderClassName
{
color: #1DD7DF;
}
.AnyTagClassName
{
color: #1DD7DF;
}
</style>
background-color css
<style>
a { background-color: #1DD7DF; }
a { background-color: rgb(29,215,223); }
div.DivClassName
{
background-color: #1DD7DF;
}
.BgClassName
{
background-color: #1DD7DF;
}
</style>
border-color css
<style>
span { border-color: #1DD7DF; }
span { border-color: rgb(29,215,223); }
td.TdClassName
{
border-color: #1DD7DF;
}
.TagClassName
{
border-color: #1DD7DF;
}
</style>