Shades of Dark Turquoise #1CCEDD
Tints of Dark Turquoise #1CCEDD
RGB
CMYK
RGB Variations
Color information
#1CCEDD (or 0x1CCEDD) is known color: Dark Turquoise. HEX triplet: 1C, CE and DD. RGB value is (28,206,221). Sum of RGB (Red+Green+Blue) = 28+206+221=455 (60% of max value = 765). Red value is 28 (11.33% from 255 or 6.15% from 455); Green value is 206 (80.86% from 255 or 45.27% from 455); Blue value is 221 (86.72% from 255 or 48.57% from 455); Max value from RGB is 221 - color contains mainly: blue. Hex color #1CCEDD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1CCEDD is #E33122. Grayscale: #9A9A9A. Windows color (decimal): -14889251 or 14536220. OLE color: 14536220.
HSL color Cylindrical-coordinate representation of color #1CCEDD: hue angle of 184.66º 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 #1CCEDD is Cyan = 0.87, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 28 | 206 | 221 | - |
| CMYK | 0.87 | 0.07 | 0 | 0.13 |
| HSL | 184.66º | 0.78% | 0.49% | - |
| HSV(B) | 184.66º | 0.87% | 0.87% | - |
| XYZ | 35.6 | 49.61 | 76.11 | - |
| YUV | 154.49 | 165.53 | 37.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 206 | 221 | 0.87 | 0.07 | 0 | 0.13 | 184.66 | 0.78 | 0.49 |
| Hex | 1C | CE | DD | 57 | 7 | 0 | D | B9 | 4E | 31 |
| Octal | 34 | 316 | 335 | 127 | 7 | 0 | 15 | 271 | 116 | 61 |
| Binary | 11100 | 11001110 | 11011101 | 1010111 | 111 | 0 | 1101 | 10111001 | 1001110 | 110001 |
Color Harmonies of #1CCEDD
Complementary color
Monochromatic Colors of #1CCEDD
Black with #1CCEDD
Text Example
Text Example
White with #1CCEDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CCEDD; }
p { color: rgb(28,206,221); }
H1.HeaderClassName
{
color: #1CCEDD;
}
.AnyTagClassName
{
color: #1CCEDD;
}
</style>
background-color css
<style>
a { background-color: #1CCEDD; }
a { background-color: rgb(28,206,221); }
div.DivClassName
{
background-color: #1CCEDD;
}
.BgClassName
{
background-color: #1CCEDD;
}
</style>
border-color css
<style>
span { border-color: #1CCEDD; }
span { border-color: rgb(28,206,221); }
td.TdClassName
{
border-color: #1CCEDD;
}
.TagClassName
{
border-color: #1CCEDD;
}
</style>