Shades of Bright Turquoise #1CDDCC
Tints of Bright Turquoise #1CDDCC
RGB
CMYK
RGB Variations
Color information
#1CDDCC (or 0x1CDDCC) is known color: Bright Turquoise. HEX triplet: 1C, DD and CC. RGB value is (28,221,204). Sum of RGB (Red+Green+Blue) = 28+221+204=453 (60% of max value = 765). Red value is 28 (11.33% from 255 or 6.18% from 453); Green value is 221 (86.72% from 255 or 48.79% from 453); Blue value is 204 (80.08% from 255 or 45.03% from 453); Max value from RGB is 221 - color contains mainly: green. Hex color #1CDDCC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1CDDCC is #E32233. Grayscale: #A1A1A1. Windows color (decimal): -14885428 or 13425948. OLE color: 13425948.
HSL color Cylindrical-coordinate representation of color #1CDDCC: hue angle of 174.72º 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 #1CDDCC is Cyan = 0.87, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 28 | 221 | 204 | - |
| CMYK | 0.87 | 0 | 0.08 | 0.13 |
| HSL | 174.72º | 0.78% | 0.49% | - |
| HSV(B) | 174.72º | 0.87% | 0.87% | - |
| XYZ | 37.23 | 56.32 | 66.04 | - |
| YUV | 161.36 | 152.06 | 32.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 221 | 204 | 0.87 | 0 | 0.08 | 0.13 | 174.72 | 0.78 | 0.49 |
| Hex | 1C | DD | CC | 57 | 0 | 8 | D | AF | 4E | 31 |
| Octal | 34 | 335 | 314 | 127 | 0 | 10 | 15 | 257 | 116 | 61 |
| Binary | 11100 | 11011101 | 11001100 | 1010111 | 0 | 1000 | 1101 | 10101111 | 1001110 | 110001 |
Color Harmonies of #1CDDCC
Complementary color
Monochromatic Colors of #1CDDCC
Black with #1CDDCC
Text Example
Text Example
White with #1CDDCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CDDCC; }
p { color: rgb(28,221,204); }
H1.HeaderClassName
{
color: #1CDDCC;
}
.AnyTagClassName
{
color: #1CDDCC;
}
</style>
background-color css
<style>
a { background-color: #1CDDCC; }
a { background-color: rgb(28,221,204); }
div.DivClassName
{
background-color: #1CDDCC;
}
.BgClassName
{
background-color: #1CDDCC;
}
</style>
border-color css
<style>
span { border-color: #1CDDCC; }
span { border-color: rgb(28,221,204); }
td.TdClassName
{
border-color: #1CDDCC;
}
.TagClassName
{
border-color: #1CDDCC;
}
</style>