Shades of Dark Turquoise #1CCDD1
Tints of Dark Turquoise #1CCDD1
RGB
CMYK
RGB Variations
Color information
#1CCDD1 (or 0x1CCDD1) is known color: Dark Turquoise. HEX triplet: 1C, CD and D1. RGB value is (28,205,209). Sum of RGB (Red+Green+Blue) = 28+205+209=442 (58% of max value = 765). Red value is 28 (11.33% from 255 or 6.33% from 442); Green value is 205 (80.47% from 255 or 46.38% from 442); Blue value is 209 (82.03% from 255 or 47.29% from 442); Max value from RGB is 209 - color contains mainly: blue. Hex color #1CCDD1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1CCDD1 is #E3322E. Grayscale: #989898. Windows color (decimal): -14889519 or 13749532. OLE color: 13749532.
HSL color Cylindrical-coordinate representation of color #1CCDD1: hue angle of 181.33º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1CCDD1 is Cyan = 0.87, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 28 | 205 | 209 | - |
| CMYK | 0.87 | 0.02 | 0 | 0.18 |
| HSL | 181.33º | 0.76% | 0.46% | - |
| HSV(B) | 181.33º | 0.87% | 0.82% | - |
| XYZ | 33.82 | 48.51 | 67.9 | - |
| YUV | 152.53 | 159.86 | 39.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 205 | 209 | 0.87 | 0.02 | 0 | 0.18 | 181.33 | 0.76 | 0.46 |
| Hex | 1C | CD | D1 | 57 | 2 | 0 | 12 | B5 | 4C | 2E |
| Octal | 34 | 315 | 321 | 127 | 2 | 0 | 22 | 265 | 114 | 56 |
| Binary | 11100 | 11001101 | 11010001 | 1010111 | 10 | 0 | 10010 | 10110101 | 1001100 | 101110 |
Color Harmonies of #1CCDD1
Complementary color
Monochromatic Colors of #1CCDD1
Black with #1CCDD1
Text Example
Text Example
White with #1CCDD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CCDD1; }
p { color: rgb(28,205,209); }
H1.HeaderClassName
{
color: #1CCDD1;
}
.AnyTagClassName
{
color: #1CCDD1;
}
</style>
background-color css
<style>
a { background-color: #1CCDD1; }
a { background-color: rgb(28,205,209); }
div.DivClassName
{
background-color: #1CCDD1;
}
.BgClassName
{
background-color: #1CCDD1;
}
</style>
border-color css
<style>
span { border-color: #1CCDD1; }
span { border-color: rgb(28,205,209); }
td.TdClassName
{
border-color: #1CCDD1;
}
.TagClassName
{
border-color: #1CCDD1;
}
</style>