Shades of Dark Turquoise #1DCFDA
Tints of Dark Turquoise #1DCFDA
RGB
CMYK
RGB Variations
Color information
#1DCFDA (or 0x1DCFDA) is known color: Dark Turquoise. HEX triplet: 1D, CF and DA. RGB value is (29,207,218). Sum of RGB (Red+Green+Blue) = 29+207+218=454 (60% of max value = 765). Red value is 29 (11.72% from 255 or 6.39% from 454); Green value is 207 (81.25% from 255 or 45.59% from 454); Blue value is 218 (85.55% from 255 or 48.02% from 454); Max value from RGB is 218 - color contains mainly: blue. Hex color #1DCFDA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1DCFDA is #E23025. Grayscale: #9A9A9A. Windows color (decimal): -14823462 or 14339869. OLE color: 14339869.
HSL color Cylindrical-coordinate representation of color #1DCFDA: hue angle of 183.49º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1DCFDA is Cyan = 0.87, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 29 | 207 | 218 | - |
| CMYK | 0.87 | 0.05 | 0 | 0.15 |
| HSL | 183.49º | 0.77% | 0.48% | - |
| HSV(B) | 183.49º | 0.87% | 0.85% | - |
| XYZ | 35.47 | 49.95 | 74.1 | - |
| YUV | 155.03 | 163.53 | 38.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 207 | 218 | 0.87 | 0.05 | 0 | 0.15 | 183.49 | 0.77 | 0.48 |
| Hex | 1D | CF | DA | 57 | 5 | 0 | F | B7 | 4D | 30 |
| Octal | 35 | 317 | 332 | 127 | 5 | 0 | 17 | 267 | 115 | 60 |
| Binary | 11101 | 11001111 | 11011010 | 1010111 | 101 | 0 | 1111 | 10110111 | 1001101 | 110000 |
Color Harmonies of #1DCFDA
Complementary color
Monochromatic Colors of #1DCFDA
Black with #1DCFDA
Text Example
Text Example
White with #1DCFDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DCFDA; }
p { color: rgb(29,207,218); }
H1.HeaderClassName
{
color: #1DCFDA;
}
.AnyTagClassName
{
color: #1DCFDA;
}
</style>
background-color css
<style>
a { background-color: #1DCFDA; }
a { background-color: rgb(29,207,218); }
div.DivClassName
{
background-color: #1DCFDA;
}
.BgClassName
{
background-color: #1DCFDA;
}
</style>
border-color css
<style>
span { border-color: #1DCFDA; }
span { border-color: rgb(29,207,218); }
td.TdClassName
{
border-color: #1DCFDA;
}
.TagClassName
{
border-color: #1DCFDA;
}
</style>