Shades of Dark Turquoise #1CC3DC
Tints of Dark Turquoise #1CC3DC
RGB
CMYK
RGB Variations
Color information
#1CC3DC (or 0x1CC3DC) is known color: Dark Turquoise. HEX triplet: 1C, C3 and DC. RGB value is (28,195,220). Sum of RGB (Red+Green+Blue) = 28+195+220=443 (58% of max value = 765). Red value is 28 (11.33% from 255 or 6.32% from 443); Green value is 195 (76.56% from 255 or 44.02% from 443); Blue value is 220 (86.33% from 255 or 49.66% from 443); Max value from RGB is 220 - color contains mainly: blue. Hex color #1CC3DC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1CC3DC is #E33C23. Grayscale: #939393. Windows color (decimal): -14892068 or 14467868. OLE color: 14467868.
HSL color Cylindrical-coordinate representation of color #1CC3DC: hue angle of 187.81º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1CC3DC is Cyan = 0.87, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 28 | 195 | 220 | - |
| CMYK | 0.87 | 0.11 | 0 | 0.14 |
| HSL | 187.81º | 0.77% | 0.49% | - |
| HSV(B) | 187.81º | 0.87% | 0.86% | - |
| XYZ | 32.91 | 44.44 | 74.55 | - |
| YUV | 147.92 | 168.67 | 42.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 195 | 220 | 0.87 | 0.11 | 0 | 0.14 | 187.81 | 0.77 | 0.49 |
| Hex | 1C | C3 | DC | 57 | B | 0 | E | BC | 4D | 31 |
| Octal | 34 | 303 | 334 | 127 | 13 | 0 | 16 | 274 | 115 | 61 |
| Binary | 11100 | 11000011 | 11011100 | 1010111 | 1011 | 0 | 1110 | 10111100 | 1001101 | 110001 |
Color Harmonies of #1CC3DC
Complementary color
Monochromatic Colors of #1CC3DC
Black with #1CC3DC
Text Example
Text Example
White with #1CC3DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CC3DC; }
p { color: rgb(28,195,220); }
H1.HeaderClassName
{
color: #1CC3DC;
}
.AnyTagClassName
{
color: #1CC3DC;
}
</style>
background-color css
<style>
a { background-color: #1CC3DC; }
a { background-color: rgb(28,195,220); }
div.DivClassName
{
background-color: #1CC3DC;
}
.BgClassName
{
background-color: #1CC3DC;
}
</style>
border-color css
<style>
span { border-color: #1CC3DC; }
span { border-color: rgb(28,195,220); }
td.TdClassName
{
border-color: #1CC3DC;
}
.TagClassName
{
border-color: #1CC3DC;
}
</style>