Shades of Bright Turquoise #1CE8EB
Tints of Bright Turquoise #1CE8EB
RGB
CMYK
RGB Variations
Color information
#1CE8EB (or 0x1CE8EB) is known color: Bright Turquoise. HEX triplet: 1C, E8 and EB. RGB value is (28,232,235). Sum of RGB (Red+Green+Blue) = 28+232+235=495 (65% of max value = 765). Red value is 28 (11.33% from 255 or 5.66% from 495); Green value is 232 (91.02% from 255 or 46.87% from 495); Blue value is 235 (92.19% from 255 or 47.47% from 495); Max value from RGB is 235 - color contains mainly: blue. Hex color #1CE8EB is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #1CE8EB is #E31714. Grayscale: #ABABAB. Windows color (decimal): -14882581 or 15460380. OLE color: 15460380.
HSL color Cylindrical-coordinate representation of color #1CE8EB: hue angle of 180.87º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1CE8EB is Cyan = 0.88, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 28 | 232 | 235 | - |
| CMYK | 0.88 | 0.01 | 0 | 0.08 |
| HSL | 180.87º | 0.84% | 0.52% | - |
| HSV(B) | 180.87º | 0.88% | 0.92% | - |
| XYZ | 44.33 | 63.96 | 88.61 | - |
| YUV | 171.35 | 163.91 | 25.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 232 | 235 | 0.88 | 0.01 | 0 | 0.08 | 180.87 | 0.84 | 0.52 |
| Hex | 1C | E8 | EB | 58 | 1 | 0 | 8 | B5 | 54 | 34 |
| Octal | 34 | 350 | 353 | 130 | 1 | 0 | 10 | 265 | 124 | 64 |
| Binary | 11100 | 11101000 | 11101011 | 1011000 | 1 | 0 | 1000 | 10110101 | 1010100 | 110100 |
Color Harmonies of #1CE8EB
Complementary color
Monochromatic Colors of #1CE8EB
Black with #1CE8EB
Text Example
Text Example
White with #1CE8EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CE8EB; }
p { color: rgb(28,232,235); }
H1.HeaderClassName
{
color: #1CE8EB;
}
.AnyTagClassName
{
color: #1CE8EB;
}
</style>
background-color css
<style>
a { background-color: #1CE8EB; }
a { background-color: rgb(28,232,235); }
div.DivClassName
{
background-color: #1CE8EB;
}
.BgClassName
{
background-color: #1CE8EB;
}
</style>
border-color css
<style>
span { border-color: #1CE8EB; }
span { border-color: rgb(28,232,235); }
td.TdClassName
{
border-color: #1CE8EB;
}
.TagClassName
{
border-color: #1CE8EB;
}
</style>