Shades of Bright Turquoise #1DD2DF
Tints of Bright Turquoise #1DD2DF
RGB
CMYK
RGB Variations
Color information
#1DD2DF (or 0x1DD2DF) is known color: Bright Turquoise. HEX triplet: 1D, D2 and DF. RGB value is (29,210,223). Sum of RGB (Red+Green+Blue) = 29+210+223=462 (61% of max value = 765). Red value is 29 (11.72% from 255 or 6.28% from 462); Green value is 210 (82.42% from 255 or 45.45% from 462); Blue value is 223 (87.5% from 255 or 48.27% from 462); Max value from RGB is 223 - color contains mainly: blue. Hex color #1DD2DF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1DD2DF is #E22D20. Grayscale: #9D9D9D. Windows color (decimal): -14822689 or 14668317. OLE color: 14668317.
HSL color Cylindrical-coordinate representation of color #1DD2DF: hue angle of 184.02º 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 #1DD2DF is Cyan = 0.87, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 29 | 210 | 223 | - |
| CMYK | 0.87 | 0.06 | 0 | 0.13 |
| HSL | 184.02º | 0.77% | 0.49% | - |
| HSV(B) | 184.02º | 0.87% | 0.87% | - |
| XYZ | 36.87 | 51.68 | 77.84 | - |
| YUV | 157.36 | 165.03 | 36.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 210 | 223 | 0.87 | 0.06 | 0 | 0.13 | 184.02 | 0.77 | 0.49 |
| Hex | 1D | D2 | DF | 57 | 6 | 0 | D | B8 | 4D | 31 |
| Octal | 35 | 322 | 337 | 127 | 6 | 0 | 15 | 270 | 115 | 61 |
| Binary | 11101 | 11010010 | 11011111 | 1010111 | 110 | 0 | 1101 | 10111000 | 1001101 | 110001 |
Color Harmonies of #1DD2DF
Complementary color
Monochromatic Colors of #1DD2DF
Black with #1DD2DF
Text Example
Text Example
White with #1DD2DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DD2DF; }
p { color: rgb(29,210,223); }
H1.HeaderClassName
{
color: #1DD2DF;
}
.AnyTagClassName
{
color: #1DD2DF;
}
</style>
background-color css
<style>
a { background-color: #1DD2DF; }
a { background-color: rgb(29,210,223); }
div.DivClassName
{
background-color: #1DD2DF;
}
.BgClassName
{
background-color: #1DD2DF;
}
</style>
border-color css
<style>
span { border-color: #1DD2DF; }
span { border-color: rgb(29,210,223); }
td.TdClassName
{
border-color: #1DD2DF;
}
.TagClassName
{
border-color: #1DD2DF;
}
</style>