Shades of Bright Turquoise #1CE9DF
Tints of Bright Turquoise #1CE9DF
RGB
CMYK
RGB Variations
Color information
#1CE9DF (or 0x1CE9DF) is known color: Bright Turquoise. HEX triplet: 1C, E9 and DF. RGB value is (28,233,223). Sum of RGB (Red+Green+Blue) = 28+233+223=484 (64% of max value = 765). Red value is 28 (11.33% from 255 or 5.79% from 484); Green value is 233 (91.41% from 255 or 48.14% from 484); Blue value is 223 (87.5% from 255 or 46.07% from 484); Max value from RGB is 233 - color contains mainly: green. Hex color #1CE9DF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1CE9DF is #E31620. Grayscale: #AAAAAA. Windows color (decimal): -14882337 or 14674204. OLE color: 14674204.
HSL color Cylindrical-coordinate representation of color #1CE9DF: hue angle of 177.07º 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 #1CE9DF is Cyan = 0.88, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 28 | 233 | 223 | - |
| CMYK | 0.88 | 0 | 0.04 | 0.09 |
| HSL | 177.07º | 0.82% | 0.51% | - |
| HSV(B) | 177.07º | 0.88% | 0.91% | - |
| XYZ | 42.94 | 63.85 | 79.87 | - |
| YUV | 170.57 | 157.58 | 26.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 233 | 223 | 0.88 | 0 | 0.04 | 0.09 | 177.07 | 0.82 | 0.51 |
| Hex | 1C | E9 | DF | 58 | 0 | 4 | 9 | B1 | 52 | 33 |
| Octal | 34 | 351 | 337 | 130 | 0 | 4 | 11 | 261 | 122 | 63 |
| Binary | 11100 | 11101001 | 11011111 | 1011000 | 0 | 100 | 1001 | 10110001 | 1010010 | 110011 |
Color Harmonies of #1CE9DF
Complementary color
Monochromatic Colors of #1CE9DF
Black with #1CE9DF
Text Example
Text Example
White with #1CE9DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CE9DF; }
p { color: rgb(28,233,223); }
H1.HeaderClassName
{
color: #1CE9DF;
}
.AnyTagClassName
{
color: #1CE9DF;
}
</style>
background-color css
<style>
a { background-color: #1CE9DF; }
a { background-color: rgb(28,233,223); }
div.DivClassName
{
background-color: #1CE9DF;
}
.BgClassName
{
background-color: #1CE9DF;
}
</style>
border-color css
<style>
span { border-color: #1CE9DF; }
span { border-color: rgb(28,233,223); }
td.TdClassName
{
border-color: #1CE9DF;
}
.TagClassName
{
border-color: #1CE9DF;
}
</style>