Shades of Bright Turquoise #1CE6E0
Tints of Bright Turquoise #1CE6E0
RGB
CMYK
RGB Variations
Color information
#1CE6E0 (or 0x1CE6E0) is known color: Bright Turquoise. HEX triplet: 1C, E6 and E0. RGB value is (28,230,224). Sum of RGB (Red+Green+Blue) = 28+230+224=482 (63% of max value = 765). Red value is 28 (11.33% from 255 or 5.81% from 482); Green value is 230 (90.23% from 255 or 47.72% from 482); Blue value is 224 (87.89% from 255 or 46.47% from 482); Max value from RGB is 230 - color contains mainly: green. Hex color #1CE6E0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1CE6E0 is #E3191F. Grayscale: #A8A8A8. Windows color (decimal): -14883104 or 14738972. OLE color: 14738972.
HSL color Cylindrical-coordinate representation of color #1CE6E0: hue angle of 178.22º degrees, saturation: 0.8, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1CE6E0 is Cyan = 0.88, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 28 | 230 | 224 | - |
| CMYK | 0.88 | 0 | 0.03 | 0.10 |
| HSL | 178.22º | 0.8% | 0.51% | - |
| HSV(B) | 178.22º | 0.88% | 0.9% | - |
| XYZ | 42.23 | 62.22 | 80.31 | - |
| YUV | 168.92 | 159.08 | 27.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 230 | 224 | 0.88 | 0 | 0.03 | 0.10 | 178.22 | 0.8 | 0.51 |
| Hex | 1C | E6 | E0 | 58 | 0 | 3 | A | B2 | 50 | 33 |
| Octal | 34 | 346 | 340 | 130 | 0 | 3 | 12 | 262 | 120 | 63 |
| Binary | 11100 | 11100110 | 11100000 | 1011000 | 0 | 11 | 1010 | 10110010 | 1010000 | 110011 |
Color Harmonies of #1CE6E0
Complementary color
Monochromatic Colors of #1CE6E0
Black with #1CE6E0
Text Example
Text Example
White with #1CE6E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CE6E0; }
p { color: rgb(28,230,224); }
H1.HeaderClassName
{
color: #1CE6E0;
}
.AnyTagClassName
{
color: #1CE6E0;
}
</style>
background-color css
<style>
a { background-color: #1CE6E0; }
a { background-color: rgb(28,230,224); }
div.DivClassName
{
background-color: #1CE6E0;
}
.BgClassName
{
background-color: #1CE6E0;
}
</style>
border-color css
<style>
span { border-color: #1CE6E0; }
span { border-color: rgb(28,230,224); }
td.TdClassName
{
border-color: #1CE6E0;
}
.TagClassName
{
border-color: #1CE6E0;
}
</style>