Shades of Dark Turquoise #1CCCDF
Tints of Dark Turquoise #1CCCDF
RGB
CMYK
RGB Variations
Color information
#1CCCDF (or 0x1CCCDF) is known color: Dark Turquoise. HEX triplet: 1C, CC and DF. RGB value is (28,204,223). Sum of RGB (Red+Green+Blue) = 28+204+223=455 (60% of max value = 765). Red value is 28 (11.33% from 255 or 6.15% from 455); Green value is 204 (80.08% from 255 or 44.84% from 455); Blue value is 223 (87.5% from 255 or 49.01% from 455); Max value from RGB is 223 - color contains mainly: blue. Hex color #1CCCDF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1CCCDF is #E33320. Grayscale: #999999. Windows color (decimal): -14889761 or 14666780. OLE color: 14666780.
HSL color Cylindrical-coordinate representation of color #1CCCDF: hue angle of 185.85º degrees, saturation: 0.78, 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 #1CCCDF is Cyan = 0.87, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 28 | 204 | 223 | - |
| CMYK | 0.87 | 0.09 | 0 | 0.13 |
| HSL | 185.85º | 0.78% | 0.49% | - |
| HSV(B) | 185.85º | 0.87% | 0.87% | - |
| XYZ | 35.39 | 48.76 | 77.36 | - |
| YUV | 153.54 | 167.19 | 38.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 204 | 223 | 0.87 | 0.09 | 0 | 0.13 | 185.85 | 0.78 | 0.49 |
| Hex | 1C | CC | DF | 57 | 9 | 0 | D | BA | 4E | 31 |
| Octal | 34 | 314 | 337 | 127 | 11 | 0 | 15 | 272 | 116 | 61 |
| Binary | 11100 | 11001100 | 11011111 | 1010111 | 1001 | 0 | 1101 | 10111010 | 1001110 | 110001 |
Color Harmonies of #1CCCDF
Complementary color
Monochromatic Colors of #1CCCDF
Black with #1CCCDF
Text Example
Text Example
White with #1CCCDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CCCDF; }
p { color: rgb(28,204,223); }
H1.HeaderClassName
{
color: #1CCCDF;
}
.AnyTagClassName
{
color: #1CCCDF;
}
</style>
background-color css
<style>
a { background-color: #1CCCDF; }
a { background-color: rgb(28,204,223); }
div.DivClassName
{
background-color: #1CCCDF;
}
.BgClassName
{
background-color: #1CCCDF;
}
</style>
border-color css
<style>
span { border-color: #1CCCDF; }
span { border-color: rgb(28,204,223); }
td.TdClassName
{
border-color: #1CCCDF;
}
.TagClassName
{
border-color: #1CCCDF;
}
</style>