Shades of Bright Turquoise #1CE3BD
Tints of Bright Turquoise #1CE3BD
RGB
CMYK
RGB Variations
Color information
#1CE3BD (or 0x1CE3BD) is known color: Bright Turquoise. HEX triplet: 1C, E3 and BD. RGB value is (28,227,189). Sum of RGB (Red+Green+Blue) = 28+227+189=444 (58% of max value = 765). Red value is 28 (11.33% from 255 or 6.31% from 444); Green value is 227 (89.06% from 255 or 51.13% from 444); Blue value is 189 (74.22% from 255 or 42.57% from 444); Max value from RGB is 227 - color contains mainly: green. Hex color #1CE3BD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1CE3BD is #E31C42. Grayscale: #A3A3A3. Windows color (decimal): -14883907 or 12444444. OLE color: 12444444.
HSL color Cylindrical-coordinate representation of color #1CE3BD: hue angle of 168.54º 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 #1CE3BD is Cyan = 0.88, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 28 | 227 | 189 | - |
| CMYK | 0.88 | 0 | 0.17 | 0.11 |
| HSL | 168.54º | 0.78% | 0.5% | - |
| HSV(B) | 168.54º | 0.88% | 0.89% | - |
| XYZ | 37.13 | 58.86 | 57.55 | - |
| YUV | 163.17 | 142.57 | 31.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 227 | 189 | 0.88 | 0 | 0.17 | 0.11 | 168.54 | 0.78 | 0.5 |
| Hex | 1C | E3 | BD | 58 | 0 | 11 | B | A9 | 4E | 32 |
| Octal | 34 | 343 | 275 | 130 | 0 | 21 | 13 | 251 | 116 | 62 |
| Binary | 11100 | 11100011 | 10111101 | 1011000 | 0 | 10001 | 1011 | 10101001 | 1001110 | 110010 |
Color Harmonies of #1CE3BD
Complementary color
Monochromatic Colors of #1CE3BD
Black with #1CE3BD
Text Example
Text Example
White with #1CE3BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CE3BD; }
p { color: rgb(28,227,189); }
H1.HeaderClassName
{
color: #1CE3BD;
}
.AnyTagClassName
{
color: #1CE3BD;
}
</style>
background-color css
<style>
a { background-color: #1CE3BD; }
a { background-color: rgb(28,227,189); }
div.DivClassName
{
background-color: #1CE3BD;
}
.BgClassName
{
background-color: #1CE3BD;
}
</style>
border-color css
<style>
span { border-color: #1CE3BD; }
span { border-color: rgb(28,227,189); }
td.TdClassName
{
border-color: #1CE3BD;
}
.TagClassName
{
border-color: #1CE3BD;
}
</style>