Shades of Bright Turquoise #1CDCE9
Tints of Bright Turquoise #1CDCE9
RGB
CMYK
RGB Variations
Color information
#1CDCE9 (or 0x1CDCE9) is known color: Bright Turquoise. HEX triplet: 1C, DC and E9. RGB value is (28,220,233). Sum of RGB (Red+Green+Blue) = 28+220+233=481 (63% of max value = 765). Red value is 28 (11.33% from 255 or 5.82% from 481); Green value is 220 (86.33% from 255 or 45.74% from 481); Blue value is 233 (91.41% from 255 or 48.44% from 481); Max value from RGB is 233 - color contains mainly: blue. Hex color #1CDCE9 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1CDCE9 is #E32316. Grayscale: #A3A3A3. Windows color (decimal): -14885655 or 15326236. OLE color: 15326236.
HSL color Cylindrical-coordinate representation of color #1CDCE9: hue angle of 183.8º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1CDCE9 is Cyan = 0.88, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 28 | 220 | 233 | - |
| CMYK | 0.88 | 0.06 | 0 | 0.09 |
| HSL | 183.8º | 0.82% | 0.51% | - |
| HSV(B) | 183.8º | 0.88% | 0.91% | - |
| XYZ | 40.78 | 57.32 | 86 | - |
| YUV | 164.07 | 166.89 | 30.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 220 | 233 | 0.88 | 0.06 | 0 | 0.09 | 183.8 | 0.82 | 0.51 |
| Hex | 1C | DC | E9 | 58 | 6 | 0 | 9 | B8 | 52 | 33 |
| Octal | 34 | 334 | 351 | 130 | 6 | 0 | 11 | 270 | 122 | 63 |
| Binary | 11100 | 11011100 | 11101001 | 1011000 | 110 | 0 | 1001 | 10111000 | 1010010 | 110011 |
Color Harmonies of #1CDCE9
Complementary color
Monochromatic Colors of #1CDCE9
Black with #1CDCE9
Text Example
Text Example
White with #1CDCE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CDCE9; }
p { color: rgb(28,220,233); }
H1.HeaderClassName
{
color: #1CDCE9;
}
.AnyTagClassName
{
color: #1CDCE9;
}
</style>
background-color css
<style>
a { background-color: #1CDCE9; }
a { background-color: rgb(28,220,233); }
div.DivClassName
{
background-color: #1CDCE9;
}
.BgClassName
{
background-color: #1CDCE9;
}
</style>
border-color css
<style>
span { border-color: #1CDCE9; }
span { border-color: rgb(28,220,233); }
td.TdClassName
{
border-color: #1CDCE9;
}
.TagClassName
{
border-color: #1CDCE9;
}
</style>