Shades of Bright Turquoise #1CDDD9
Tints of Bright Turquoise #1CDDD9
RGB
CMYK
RGB Variations
Color information
#1CDDD9 (or 0x1CDDD9) is known color: Bright Turquoise. HEX triplet: 1C, DD and D9. RGB value is (28,221,217). Sum of RGB (Red+Green+Blue) = 28+221+217=466 (61% of max value = 765). Red value is 28 (11.33% from 255 or 6.01% from 466); Green value is 221 (86.72% from 255 or 47.42% from 466); Blue value is 217 (85.16% from 255 or 46.57% from 466); Max value from RGB is 221 - color contains mainly: green. Hex color #1CDDD9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1CDDD9 is #E32226. Grayscale: #A2A2A2. Windows color (decimal): -14885415 or 14277916. OLE color: 14277916.
HSL color Cylindrical-coordinate representation of color #1CDDD9: hue angle of 178.76º 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 #1CDDD9 is Cyan = 0.87, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 28 | 221 | 217 | - |
| CMYK | 0.87 | 0 | 0.02 | 0.13 |
| HSL | 178.76º | 0.78% | 0.49% | - |
| HSV(B) | 178.76º | 0.87% | 0.87% | - |
| XYZ | 38.86 | 56.97 | 74.59 | - |
| YUV | 162.84 | 158.56 | 31.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 221 | 217 | 0.87 | 0 | 0.02 | 0.13 | 178.76 | 0.78 | 0.49 |
| Hex | 1C | DD | D9 | 57 | 0 | 2 | D | B3 | 4E | 31 |
| Octal | 34 | 335 | 331 | 127 | 0 | 2 | 15 | 263 | 116 | 61 |
| Binary | 11100 | 11011101 | 11011001 | 1010111 | 0 | 10 | 1101 | 10110011 | 1001110 | 110001 |
Color Harmonies of #1CDDD9
Complementary color
Monochromatic Colors of #1CDDD9
Black with #1CDDD9
Text Example
Text Example
White with #1CDDD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CDDD9; }
p { color: rgb(28,221,217); }
H1.HeaderClassName
{
color: #1CDDD9;
}
.AnyTagClassName
{
color: #1CDDD9;
}
</style>
background-color css
<style>
a { background-color: #1CDDD9; }
a { background-color: rgb(28,221,217); }
div.DivClassName
{
background-color: #1CDDD9;
}
.BgClassName
{
background-color: #1CDDD9;
}
</style>
border-color css
<style>
span { border-color: #1CDDD9; }
span { border-color: rgb(28,221,217); }
td.TdClassName
{
border-color: #1CDDD9;
}
.TagClassName
{
border-color: #1CDDD9;
}
</style>