Shades of Bright Turquoise #1CE5BD
Tints of Bright Turquoise #1CE5BD
RGB
CMYK
RGB Variations
Color information
#1CE5BD (or 0x1CE5BD) is known color: Bright Turquoise. HEX triplet: 1C, E5 and BD. RGB value is (28,229,189). Sum of RGB (Red+Green+Blue) = 28+229+189=446 (59% of max value = 765). Red value is 28 (11.33% from 255 or 6.28% from 446); Green value is 229 (89.84% from 255 or 51.35% from 446); Blue value is 189 (74.22% from 255 or 42.38% from 446); Max value from RGB is 229 - color contains mainly: green. Hex color #1CE5BD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1CE5BD is #E31A42. Grayscale: #A4A4A4. Windows color (decimal): -14883395 or 12444956. OLE color: 12444956.
HSL color Cylindrical-coordinate representation of color #1CE5BD: hue angle of 168.06º degrees, saturation: 0.79, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1CE5BD is Cyan = 0.88, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 28 | 229 | 189 | - |
| CMYK | 0.88 | 0 | 0.17 | 0.10 |
| HSL | 168.06º | 0.79% | 0.5% | - |
| HSV(B) | 168.06º | 0.88% | 0.9% | - |
| XYZ | 37.68 | 59.96 | 57.73 | - |
| YUV | 164.34 | 141.91 | 30.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 229 | 189 | 0.88 | 0 | 0.17 | 0.10 | 168.06 | 0.79 | 0.5 |
| Hex | 1C | E5 | BD | 58 | 0 | 11 | A | A8 | 4F | 32 |
| Octal | 34 | 345 | 275 | 130 | 0 | 21 | 12 | 250 | 117 | 62 |
| Binary | 11100 | 11100101 | 10111101 | 1011000 | 0 | 10001 | 1010 | 10101000 | 1001111 | 110010 |
Color Harmonies of #1CE5BD
Complementary color
Monochromatic Colors of #1CE5BD
Black with #1CE5BD
Text Example
Text Example
White with #1CE5BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CE5BD; }
p { color: rgb(28,229,189); }
H1.HeaderClassName
{
color: #1CE5BD;
}
.AnyTagClassName
{
color: #1CE5BD;
}
</style>
background-color css
<style>
a { background-color: #1CE5BD; }
a { background-color: rgb(28,229,189); }
div.DivClassName
{
background-color: #1CE5BD;
}
.BgClassName
{
background-color: #1CE5BD;
}
</style>
border-color css
<style>
span { border-color: #1CE5BD; }
span { border-color: rgb(28,229,189); }
td.TdClassName
{
border-color: #1CE5BD;
}
.TagClassName
{
border-color: #1CE5BD;
}
</style>