Shades of Bright Turquoise #1CE8CB
Tints of Bright Turquoise #1CE8CB
RGB
CMYK
RGB Variations
Color information
#1CE8CB (or 0x1CE8CB) is known color: Bright Turquoise. HEX triplet: 1C, E8 and CB. RGB value is (28,232,203). Sum of RGB (Red+Green+Blue) = 28+232+203=463 (61% of max value = 765). Red value is 28 (11.33% from 255 or 6.05% from 463); Green value is 232 (91.02% from 255 or 50.11% from 463); Blue value is 203 (79.69% from 255 or 43.84% from 463); Max value from RGB is 232 - color contains mainly: green. Hex color #1CE8CB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1CE8CB is #E31734. Grayscale: #A7A7A7. Windows color (decimal): -14882613 or 13363228. OLE color: 13363228.
HSL color Cylindrical-coordinate representation of color #1CE8CB: hue angle of 171.47º 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 #1CE8CB is Cyan = 0.88, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 28 | 232 | 203 | - |
| CMYK | 0.88 | 0 | 0.12 | 0.09 |
| HSL | 171.47º | 0.82% | 0.51% | - |
| HSV(B) | 171.47º | 0.88% | 0.91% | - |
| XYZ | 40.11 | 62.27 | 66.41 | - |
| YUV | 167.7 | 147.91 | 28.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 232 | 203 | 0.88 | 0 | 0.12 | 0.09 | 171.47 | 0.82 | 0.51 |
| Hex | 1C | E8 | CB | 58 | 0 | C | 9 | AB | 52 | 33 |
| Octal | 34 | 350 | 313 | 130 | 0 | 14 | 11 | 253 | 122 | 63 |
| Binary | 11100 | 11101000 | 11001011 | 1011000 | 0 | 1100 | 1001 | 10101011 | 1010010 | 110011 |
Color Harmonies of #1CE8CB
Complementary color
Monochromatic Colors of #1CE8CB
Black with #1CE8CB
Text Example
Text Example
White with #1CE8CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CE8CB; }
p { color: rgb(28,232,203); }
H1.HeaderClassName
{
color: #1CE8CB;
}
.AnyTagClassName
{
color: #1CE8CB;
}
</style>
background-color css
<style>
a { background-color: #1CE8CB; }
a { background-color: rgb(28,232,203); }
div.DivClassName
{
background-color: #1CE8CB;
}
.BgClassName
{
background-color: #1CE8CB;
}
</style>
border-color css
<style>
span { border-color: #1CE8CB; }
span { border-color: rgb(28,232,203); }
td.TdClassName
{
border-color: #1CE8CB;
}
.TagClassName
{
border-color: #1CE8CB;
}
</style>