Shades of Bright Turquoise #1CDDDC
Tints of Bright Turquoise #1CDDDC
RGB
CMYK
RGB Variations
Color information
#1CDDDC (or 0x1CDDDC) is known color: Bright Turquoise. HEX triplet: 1C, DD and DC. RGB value is (28,221,220). Sum of RGB (Red+Green+Blue) = 28+221+220=469 (62% of max value = 765). Red value is 28 (11.33% from 255 or 5.97% from 469); Green value is 221 (86.72% from 255 or 47.12% from 469); Blue value is 220 (86.33% from 255 or 46.91% from 469); Max value from RGB is 221 - color contains mainly: green. Hex color #1CDDDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1CDDDC is #E32223. Grayscale: #A2A2A2. Windows color (decimal): -14885412 or 14474524. OLE color: 14474524.
HSL color Cylindrical-coordinate representation of color #1CDDDC: hue angle of 179.69º 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 #1CDDDC is Cyan = 0.87, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 28 | 221 | 220 | - |
| CMYK | 0.87 | 0 | 0.00 | 0.13 |
| HSL | 179.69º | 0.78% | 0.49% | - |
| HSV(B) | 179.69º | 0.87% | 0.87% | - |
| XYZ | 39.25 | 57.13 | 76.67 | - |
| YUV | 163.18 | 160.06 | 31.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 221 | 220 | 0.87 | 0 | 0.00 | 0.13 | 179.69 | 0.78 | 0.49 |
| Hex | 1C | DD | DC | 57 | 0 | 0 | D | B4 | 4E | 31 |
| Octal | 34 | 335 | 334 | 127 | 0 | 0 | 15 | 264 | 116 | 61 |
| Binary | 11100 | 11011101 | 11011100 | 1010111 | 0 | 0 | 1101 | 10110100 | 1001110 | 110001 |
Color Harmonies of #1CDDDC
Complementary color
Monochromatic Colors of #1CDDDC
Black with #1CDDDC
Text Example
Text Example
White with #1CDDDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CDDDC; }
p { color: rgb(28,221,220); }
H1.HeaderClassName
{
color: #1CDDDC;
}
.AnyTagClassName
{
color: #1CDDDC;
}
</style>
background-color css
<style>
a { background-color: #1CDDDC; }
a { background-color: rgb(28,221,220); }
div.DivClassName
{
background-color: #1CDDDC;
}
.BgClassName
{
background-color: #1CDDDC;
}
</style>
border-color css
<style>
span { border-color: #1CDDDC; }
span { border-color: rgb(28,221,220); }
td.TdClassName
{
border-color: #1CDDDC;
}
.TagClassName
{
border-color: #1CDDDC;
}
</style>