Shades of Bright Turquoise #1CDDD1
Tints of Bright Turquoise #1CDDD1
RGB
CMYK
RGB Variations
Color information
#1CDDD1 (or 0x1CDDD1) is known color: Bright Turquoise. HEX triplet: 1C, DD and D1. RGB value is (28,221,209). Sum of RGB (Red+Green+Blue) = 28+221+209=458 (60% of max value = 765). Red value is 28 (11.33% from 255 or 6.11% from 458); Green value is 221 (86.72% from 255 or 48.25% from 458); Blue value is 209 (82.03% from 255 or 45.63% from 458); Max value from RGB is 221 - color contains mainly: green. Hex color #1CDDD1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1CDDD1 is #E3222E. Grayscale: #A1A1A1. Windows color (decimal): -14885423 or 13753628. OLE color: 13753628.
HSL color Cylindrical-coordinate representation of color #1CDDD1: hue angle of 176.27º 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 #1CDDD1 is Cyan = 0.87, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 28 | 221 | 209 | - |
| CMYK | 0.87 | 0 | 0.05 | 0.13 |
| HSL | 176.27º | 0.78% | 0.49% | - |
| HSV(B) | 176.27º | 0.87% | 0.87% | - |
| XYZ | 37.84 | 56.56 | 69.24 | - |
| YUV | 161.93 | 154.56 | 32.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 221 | 209 | 0.87 | 0 | 0.05 | 0.13 | 176.27 | 0.78 | 0.49 |
| Hex | 1C | DD | D1 | 57 | 0 | 5 | D | B0 | 4E | 31 |
| Octal | 34 | 335 | 321 | 127 | 0 | 5 | 15 | 260 | 116 | 61 |
| Binary | 11100 | 11011101 | 11010001 | 1010111 | 0 | 101 | 1101 | 10110000 | 1001110 | 110001 |
Color Harmonies of #1CDDD1
Complementary color
Monochromatic Colors of #1CDDD1
Black with #1CDDD1
Text Example
Text Example
White with #1CDDD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CDDD1; }
p { color: rgb(28,221,209); }
H1.HeaderClassName
{
color: #1CDDD1;
}
.AnyTagClassName
{
color: #1CDDD1;
}
</style>
background-color css
<style>
a { background-color: #1CDDD1; }
a { background-color: rgb(28,221,209); }
div.DivClassName
{
background-color: #1CDDD1;
}
.BgClassName
{
background-color: #1CDDD1;
}
</style>
border-color css
<style>
span { border-color: #1CDDD1; }
span { border-color: rgb(28,221,209); }
td.TdClassName
{
border-color: #1CDDD1;
}
.TagClassName
{
border-color: #1CDDD1;
}
</style>