Shades of Bright Turquoise #1CE8DF
Tints of Bright Turquoise #1CE8DF
RGB
CMYK
RGB Variations
Color information
#1CE8DF (or 0x1CE8DF) is known color: Bright Turquoise. HEX triplet: 1C, E8 and DF. RGB value is (28,232,223). Sum of RGB (Red+Green+Blue) = 28+232+223=483 (63% of max value = 765). Red value is 28 (11.33% from 255 or 5.80% from 483); Green value is 232 (91.02% from 255 or 48.03% from 483); Blue value is 223 (87.5% from 255 or 46.17% from 483); Max value from RGB is 232 - color contains mainly: green. Hex color #1CE8DF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1CE8DF is #E31720. Grayscale: #A9A9A9. Windows color (decimal): -14882593 or 14673948. OLE color: 14673948.
HSL color Cylindrical-coordinate representation of color #1CE8DF: hue angle of 177.35º 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 #1CE8DF is Cyan = 0.88, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 28 | 232 | 223 | - |
| CMYK | 0.88 | 0 | 0.04 | 0.09 |
| HSL | 177.35º | 0.82% | 0.51% | - |
| HSV(B) | 177.35º | 0.88% | 0.91% | - |
| XYZ | 42.65 | 63.29 | 79.78 | - |
| YUV | 169.98 | 157.91 | 26.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 232 | 223 | 0.88 | 0 | 0.04 | 0.09 | 177.35 | 0.82 | 0.51 |
| Hex | 1C | E8 | DF | 58 | 0 | 4 | 9 | B1 | 52 | 33 |
| Octal | 34 | 350 | 337 | 130 | 0 | 4 | 11 | 261 | 122 | 63 |
| Binary | 11100 | 11101000 | 11011111 | 1011000 | 0 | 100 | 1001 | 10110001 | 1010010 | 110011 |
Color Harmonies of #1CE8DF
Complementary color
Monochromatic Colors of #1CE8DF
Black with #1CE8DF
Text Example
Text Example
White with #1CE8DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CE8DF; }
p { color: rgb(28,232,223); }
H1.HeaderClassName
{
color: #1CE8DF;
}
.AnyTagClassName
{
color: #1CE8DF;
}
</style>
background-color css
<style>
a { background-color: #1CE8DF; }
a { background-color: rgb(28,232,223); }
div.DivClassName
{
background-color: #1CE8DF;
}
.BgClassName
{
background-color: #1CE8DF;
}
</style>
border-color css
<style>
span { border-color: #1CE8DF; }
span { border-color: rgb(28,232,223); }
td.TdClassName
{
border-color: #1CE8DF;
}
.TagClassName
{
border-color: #1CE8DF;
}
</style>