Shades of Bright Turquoise #1CE1EB
Tints of Bright Turquoise #1CE1EB
RGB
CMYK
RGB Variations
Color information
#1CE1EB (or 0x1CE1EB) is known color: Bright Turquoise. HEX triplet: 1C, E1 and EB. RGB value is (28,225,235). Sum of RGB (Red+Green+Blue) = 28+225+235=488 (64% of max value = 765). Red value is 28 (11.33% from 255 or 5.74% from 488); Green value is 225 (88.28% from 255 or 46.11% from 488); Blue value is 235 (92.19% from 255 or 48.16% from 488); Max value from RGB is 235 - color contains mainly: blue. Hex color #1CE1EB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1CE1EB is #E31E14. Grayscale: #A7A7A7. Windows color (decimal): -14884373 or 15458588. OLE color: 15458588.
HSL color Cylindrical-coordinate representation of color #1CE1EB: hue angle of 182.9º 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 #1CE1EB is Cyan = 0.88, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 28 | 225 | 235 | - |
| CMYK | 0.88 | 0.04 | 0 | 0.08 |
| HSL | 182.9º | 0.84% | 0.52% | - |
| HSV(B) | 182.9º | 0.88% | 0.92% | - |
| XYZ | 42.4 | 60.1 | 87.96 | - |
| YUV | 167.24 | 166.23 | 28.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 225 | 235 | 0.88 | 0.04 | 0 | 0.08 | 182.9 | 0.84 | 0.52 |
| Hex | 1C | E1 | EB | 58 | 4 | 0 | 8 | B7 | 54 | 34 |
| Octal | 34 | 341 | 353 | 130 | 4 | 0 | 10 | 267 | 124 | 64 |
| Binary | 11100 | 11100001 | 11101011 | 1011000 | 100 | 0 | 1000 | 10110111 | 1010100 | 110100 |
Color Harmonies of #1CE1EB
Complementary color
Monochromatic Colors of #1CE1EB
Black with #1CE1EB
Text Example
Text Example
White with #1CE1EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CE1EB; }
p { color: rgb(28,225,235); }
H1.HeaderClassName
{
color: #1CE1EB;
}
.AnyTagClassName
{
color: #1CE1EB;
}
</style>
background-color css
<style>
a { background-color: #1CE1EB; }
a { background-color: rgb(28,225,235); }
div.DivClassName
{
background-color: #1CE1EB;
}
.BgClassName
{
background-color: #1CE1EB;
}
</style>
border-color css
<style>
span { border-color: #1CE1EB; }
span { border-color: rgb(28,225,235); }
td.TdClassName
{
border-color: #1CE1EB;
}
.TagClassName
{
border-color: #1CE1EB;
}
</style>