Shades of Bright Turquoise #1CE9CC
Tints of Bright Turquoise #1CE9CC
RGB
CMYK
RGB Variations
Color information
#1CE9CC (or 0x1CE9CC) is known color: Bright Turquoise. HEX triplet: 1C, E9 and CC. RGB value is (28,233,204). Sum of RGB (Red+Green+Blue) = 28+233+204=465 (61% of max value = 765). Red value is 28 (11.33% from 255 or 6.02% from 465); Green value is 233 (91.41% from 255 or 50.11% from 465); Blue value is 204 (80.08% from 255 or 43.87% from 465); Max value from RGB is 233 - color contains mainly: green. Hex color #1CE9CC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1CE9CC is #E31633. Grayscale: #A8A8A8. Windows color (decimal): -14882356 or 13429020. OLE color: 13429020.
HSL color Cylindrical-coordinate representation of color #1CE9CC: hue angle of 171.51º 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 #1CE9CC is Cyan = 0.88, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 28 | 233 | 204 | - |
| CMYK | 0.88 | 0 | 0.12 | 0.09 |
| HSL | 171.51º | 0.82% | 0.51% | - |
| HSV(B) | 171.51º | 0.88% | 0.91% | - |
| XYZ | 40.52 | 62.88 | 67.13 | - |
| YUV | 168.4 | 148.08 | 27.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 233 | 204 | 0.88 | 0 | 0.12 | 0.09 | 171.51 | 0.82 | 0.51 |
| Hex | 1C | E9 | CC | 58 | 0 | C | 9 | AC | 52 | 33 |
| Octal | 34 | 351 | 314 | 130 | 0 | 14 | 11 | 254 | 122 | 63 |
| Binary | 11100 | 11101001 | 11001100 | 1011000 | 0 | 1100 | 1001 | 10101100 | 1010010 | 110011 |
Color Harmonies of #1CE9CC
Complementary color
Monochromatic Colors of #1CE9CC
Black with #1CE9CC
Text Example
Text Example
White with #1CE9CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CE9CC; }
p { color: rgb(28,233,204); }
H1.HeaderClassName
{
color: #1CE9CC;
}
.AnyTagClassName
{
color: #1CE9CC;
}
</style>
background-color css
<style>
a { background-color: #1CE9CC; }
a { background-color: rgb(28,233,204); }
div.DivClassName
{
background-color: #1CE9CC;
}
.BgClassName
{
background-color: #1CE9CC;
}
</style>
border-color css
<style>
span { border-color: #1CE9CC; }
span { border-color: rgb(28,233,204); }
td.TdClassName
{
border-color: #1CE9CC;
}
.TagClassName
{
border-color: #1CE9CC;
}
</style>