Shades of Bright Turquoise #1CE7BD
Tints of Bright Turquoise #1CE7BD
RGB
CMYK
RGB Variations
Color information
#1CE7BD (or 0x1CE7BD) is known color: Bright Turquoise. HEX triplet: 1C, E7 and BD. RGB value is (28,231,189). Sum of RGB (Red+Green+Blue) = 28+231+189=448 (59% of max value = 765). Red value is 28 (11.33% from 255 or 6.25% from 448); Green value is 231 (90.62% from 255 or 51.56% from 448); Blue value is 189 (74.22% from 255 or 42.19% from 448); Max value from RGB is 231 - color contains mainly: green. Hex color #1CE7BD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1CE7BD is #E31842. Grayscale: #A5A5A5. Windows color (decimal): -14882883 or 12445468. OLE color: 12445468.
HSL color Cylindrical-coordinate representation of color #1CE7BD: hue angle of 167.59º degrees, saturation: 0.81, 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 #1CE7BD is Cyan = 0.88, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 28 | 231 | 189 | - |
| CMYK | 0.88 | 0 | 0.18 | 0.09 |
| HSL | 167.59º | 0.81% | 0.51% | - |
| HSV(B) | 167.59º | 0.88% | 0.91% | - |
| XYZ | 38.24 | 61.07 | 57.92 | - |
| YUV | 165.52 | 141.25 | 29.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 231 | 189 | 0.88 | 0 | 0.18 | 0.09 | 167.59 | 0.81 | 0.51 |
| Hex | 1C | E7 | BD | 58 | 0 | 12 | 9 | A8 | 51 | 33 |
| Octal | 34 | 347 | 275 | 130 | 0 | 22 | 11 | 250 | 121 | 63 |
| Binary | 11100 | 11100111 | 10111101 | 1011000 | 0 | 10010 | 1001 | 10101000 | 1010001 | 110011 |
Color Harmonies of #1CE7BD
Complementary color
Monochromatic Colors of #1CE7BD
Black with #1CE7BD
Text Example
Text Example
White with #1CE7BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CE7BD; }
p { color: rgb(28,231,189); }
H1.HeaderClassName
{
color: #1CE7BD;
}
.AnyTagClassName
{
color: #1CE7BD;
}
</style>
background-color css
<style>
a { background-color: #1CE7BD; }
a { background-color: rgb(28,231,189); }
div.DivClassName
{
background-color: #1CE7BD;
}
.BgClassName
{
background-color: #1CE7BD;
}
</style>
border-color css
<style>
span { border-color: #1CE7BD; }
span { border-color: rgb(28,231,189); }
td.TdClassName
{
border-color: #1CE7BD;
}
.TagClassName
{
border-color: #1CE7BD;
}
</style>