Shades of Bright Turquoise #1CE2CC
Tints of Bright Turquoise #1CE2CC
RGB
CMYK
RGB Variations
Color information
#1CE2CC (or 0x1CE2CC) is known color: Bright Turquoise. HEX triplet: 1C, E2 and CC. RGB value is (28,226,204). Sum of RGB (Red+Green+Blue) = 28+226+204=458 (60% of max value = 765). Red value is 28 (11.33% from 255 or 6.11% from 458); Green value is 226 (88.67% from 255 or 49.34% from 458); Blue value is 204 (80.08% from 255 or 44.54% from 458); Max value from RGB is 226 - color contains mainly: green. Hex color #1CE2CC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1CE2CC is #E31D33. Grayscale: #A4A4A4. Windows color (decimal): -14884148 or 13427228. OLE color: 13427228.
HSL color Cylindrical-coordinate representation of color #1CE2CC: hue angle of 173.33º degrees, saturation: 0.78, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1CE2CC is Cyan = 0.88, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 28 | 226 | 204 | - |
| CMYK | 0.88 | 0 | 0.10 | 0.11 |
| HSL | 173.33º | 0.78% | 0.5% | - |
| HSV(B) | 173.33º | 0.88% | 0.89% | - |
| XYZ | 38.57 | 59 | 66.48 | - |
| YUV | 164.29 | 150.4 | 30.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 226 | 204 | 0.88 | 0 | 0.10 | 0.11 | 173.33 | 0.78 | 0.5 |
| Hex | 1C | E2 | CC | 58 | 0 | A | B | AD | 4E | 32 |
| Octal | 34 | 342 | 314 | 130 | 0 | 12 | 13 | 255 | 116 | 62 |
| Binary | 11100 | 11100010 | 11001100 | 1011000 | 0 | 1010 | 1011 | 10101101 | 1001110 | 110010 |
Color Harmonies of #1CE2CC
Complementary color
Monochromatic Colors of #1CE2CC
Black with #1CE2CC
Text Example
Text Example
White with #1CE2CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CE2CC; }
p { color: rgb(28,226,204); }
H1.HeaderClassName
{
color: #1CE2CC;
}
.AnyTagClassName
{
color: #1CE2CC;
}
</style>
background-color css
<style>
a { background-color: #1CE2CC; }
a { background-color: rgb(28,226,204); }
div.DivClassName
{
background-color: #1CE2CC;
}
.BgClassName
{
background-color: #1CE2CC;
}
</style>
border-color css
<style>
span { border-color: #1CE2CC; }
span { border-color: rgb(28,226,204); }
td.TdClassName
{
border-color: #1CE2CC;
}
.TagClassName
{
border-color: #1CE2CC;
}
</style>