Shades of Bright Turquoise #1CDDC6
Tints of Bright Turquoise #1CDDC6
RGB
CMYK
RGB Variations
Color information
#1CDDC6 (or 0x1CDDC6) is known color: Bright Turquoise. HEX triplet: 1C, DD and C6. RGB value is (28,221,198). Sum of RGB (Red+Green+Blue) = 28+221+198=447 (59% of max value = 765). Red value is 28 (11.33% from 255 or 6.26% from 447); Green value is 221 (86.72% from 255 or 49.44% from 447); Blue value is 198 (77.73% from 255 or 44.30% from 447); Max value from RGB is 221 - color contains mainly: green. Hex color #1CDDC6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1CDDC6 is #E32239. Grayscale: #A0A0A0. Windows color (decimal): -14885434 or 13032732. OLE color: 13032732.
HSL color Cylindrical-coordinate representation of color #1CDDC6: hue angle of 172.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 #1CDDC6 is Cyan = 0.87, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 28 | 221 | 198 | - |
| CMYK | 0.87 | 0 | 0.10 | 0.13 |
| HSL | 172.85º | 0.78% | 0.49% | - |
| HSV(B) | 172.85º | 0.87% | 0.87% | - |
| XYZ | 36.53 | 56.04 | 62.32 | - |
| YUV | 160.67 | 149.06 | 33.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 221 | 198 | 0.87 | 0 | 0.10 | 0.13 | 172.85 | 0.78 | 0.49 |
| Hex | 1C | DD | C6 | 57 | 0 | A | D | AD | 4E | 31 |
| Octal | 34 | 335 | 306 | 127 | 0 | 12 | 15 | 255 | 116 | 61 |
| Binary | 11100 | 11011101 | 11000110 | 1010111 | 0 | 1010 | 1101 | 10101101 | 1001110 | 110001 |
Color Harmonies of #1CDDC6
Complementary color
Monochromatic Colors of #1CDDC6
Black with #1CDDC6
Text Example
Text Example
White with #1CDDC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CDDC6; }
p { color: rgb(28,221,198); }
H1.HeaderClassName
{
color: #1CDDC6;
}
.AnyTagClassName
{
color: #1CDDC6;
}
</style>
background-color css
<style>
a { background-color: #1CDDC6; }
a { background-color: rgb(28,221,198); }
div.DivClassName
{
background-color: #1CDDC6;
}
.BgClassName
{
background-color: #1CDDC6;
}
</style>
border-color css
<style>
span { border-color: #1CDDC6; }
span { border-color: rgb(28,221,198); }
td.TdClassName
{
border-color: #1CDDC6;
}
.TagClassName
{
border-color: #1CDDC6;
}
</style>