Shades of Dark Turquoise #1CD2D3
Tints of Dark Turquoise #1CD2D3
RGB
CMYK
RGB Variations
Color information
#1CD2D3 (or 0x1CD2D3) is known color: Dark Turquoise. HEX triplet: 1C, D2 and D3. RGB value is (28,210,211). Sum of RGB (Red+Green+Blue) = 28+210+211=449 (59% of max value = 765). Red value is 28 (11.33% from 255 or 6.24% from 449); Green value is 210 (82.42% from 255 or 46.77% from 449); Blue value is 211 (82.81% from 255 or 46.99% from 449); Max value from RGB is 211 - color contains mainly: blue. Hex color #1CD2D3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1CD2D3 is #E32D2C. Grayscale: #9B9B9B. Windows color (decimal): -14888237 or 13881884. OLE color: 13881884.
HSL color Cylindrical-coordinate representation of color #1CD2D3: hue angle of 180.33º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1CD2D3 is Cyan = 0.87, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 28 | 210 | 211 | - |
| CMYK | 0.87 | 0.00 | 0 | 0.17 |
| HSL | 180.33º | 0.77% | 0.47% | - |
| HSV(B) | 180.33º | 0.87% | 0.83% | - |
| XYZ | 35.28 | 51.04 | 69.62 | - |
| YUV | 155.7 | 159.2 | 36.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 210 | 211 | 0.87 | 0.00 | 0 | 0.17 | 180.33 | 0.77 | 0.47 |
| Hex | 1C | D2 | D3 | 57 | 0 | 0 | 11 | B4 | 4D | 2F |
| Octal | 34 | 322 | 323 | 127 | 0 | 0 | 21 | 264 | 115 | 57 |
| Binary | 11100 | 11010010 | 11010011 | 1010111 | 0 | 0 | 10001 | 10110100 | 1001101 | 101111 |
Color Harmonies of #1CD2D3
Complementary color
Monochromatic Colors of #1CD2D3
Black with #1CD2D3
Text Example
Text Example
White with #1CD2D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CD2D3; }
p { color: rgb(28,210,211); }
H1.HeaderClassName
{
color: #1CD2D3;
}
.AnyTagClassName
{
color: #1CD2D3;
}
</style>
background-color css
<style>
a { background-color: #1CD2D3; }
a { background-color: rgb(28,210,211); }
div.DivClassName
{
background-color: #1CD2D3;
}
.BgClassName
{
background-color: #1CD2D3;
}
</style>
border-color css
<style>
span { border-color: #1CD2D3; }
span { border-color: rgb(28,210,211); }
td.TdClassName
{
border-color: #1CD2D3;
}
.TagClassName
{
border-color: #1CD2D3;
}
</style>