Shades of Bright Turquoise #1CE3D9
Tints of Bright Turquoise #1CE3D9
RGB
CMYK
RGB Variations
Color information
#1CE3D9 (or 0x1CE3D9) is known color: Bright Turquoise. HEX triplet: 1C, E3 and D9. RGB value is (28,227,217). Sum of RGB (Red+Green+Blue) = 28+227+217=472 (62% of max value = 765). Red value is 28 (11.33% from 255 or 5.93% from 472); Green value is 227 (89.06% from 255 or 48.09% from 472); Blue value is 217 (85.16% from 255 or 45.97% from 472); Max value from RGB is 227 - color contains mainly: green. Hex color #1CE3D9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1CE3D9 is #E31C26. Grayscale: #A6A6A6. Windows color (decimal): -14883879 or 14279452. OLE color: 14279452.
HSL color Cylindrical-coordinate representation of color #1CE3D9: hue angle of 176.98º degrees, saturation: 0.78, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1CE3D9 is Cyan = 0.88, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 28 | 227 | 217 | - |
| CMYK | 0.88 | 0 | 0.04 | 0.11 |
| HSL | 176.98º | 0.78% | 0.5% | - |
| HSV(B) | 176.98º | 0.88% | 0.89% | - |
| XYZ | 40.47 | 60.19 | 75.13 | - |
| YUV | 166.36 | 156.57 | 29.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 227 | 217 | 0.88 | 0 | 0.04 | 0.11 | 176.98 | 0.78 | 0.5 |
| Hex | 1C | E3 | D9 | 58 | 0 | 4 | B | B1 | 4E | 32 |
| Octal | 34 | 343 | 331 | 130 | 0 | 4 | 13 | 261 | 116 | 62 |
| Binary | 11100 | 11100011 | 11011001 | 1011000 | 0 | 100 | 1011 | 10110001 | 1001110 | 110010 |
Color Harmonies of #1CE3D9
Complementary color
Monochromatic Colors of #1CE3D9
Black with #1CE3D9
Text Example
Text Example
White with #1CE3D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CE3D9; }
p { color: rgb(28,227,217); }
H1.HeaderClassName
{
color: #1CE3D9;
}
.AnyTagClassName
{
color: #1CE3D9;
}
</style>
background-color css
<style>
a { background-color: #1CE3D9; }
a { background-color: rgb(28,227,217); }
div.DivClassName
{
background-color: #1CE3D9;
}
.BgClassName
{
background-color: #1CE3D9;
}
</style>
border-color css
<style>
span { border-color: #1CE3D9; }
span { border-color: rgb(28,227,217); }
td.TdClassName
{
border-color: #1CE3D9;
}
.TagClassName
{
border-color: #1CE3D9;
}
</style>