Shades of Bright Turquoise #1CE5DB
Tints of Bright Turquoise #1CE5DB
RGB
CMYK
RGB Variations
Color information
#1CE5DB (or 0x1CE5DB) is known color: Bright Turquoise. HEX triplet: 1C, E5 and DB. RGB value is (28,229,219). Sum of RGB (Red+Green+Blue) = 28+229+219=476 (63% of max value = 765). Red value is 28 (11.33% from 255 or 5.88% from 476); Green value is 229 (89.84% from 255 or 48.11% from 476); Blue value is 219 (85.94% from 255 or 46.01% from 476); Max value from RGB is 229 - color contains mainly: green. Hex color #1CE5DB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1CE5DB is #E31A24. Grayscale: #A7A7A7. Windows color (decimal): -14883365 or 14411036. OLE color: 14411036.
HSL color Cylindrical-coordinate representation of color #1CE5DB: hue angle of 177.01º 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 #1CE5DB is Cyan = 0.88, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 28 | 229 | 219 | - |
| CMYK | 0.88 | 0 | 0.04 | 0.10 |
| HSL | 177.01º | 0.79% | 0.5% | - |
| HSV(B) | 177.01º | 0.88% | 0.9% | - |
| XYZ | 41.28 | 61.4 | 76.69 | - |
| YUV | 167.76 | 156.91 | 28.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 229 | 219 | 0.88 | 0 | 0.04 | 0.10 | 177.01 | 0.79 | 0.5 |
| Hex | 1C | E5 | DB | 58 | 0 | 4 | A | B1 | 4F | 32 |
| Octal | 34 | 345 | 333 | 130 | 0 | 4 | 12 | 261 | 117 | 62 |
| Binary | 11100 | 11100101 | 11011011 | 1011000 | 0 | 100 | 1010 | 10110001 | 1001111 | 110010 |
Color Harmonies of #1CE5DB
Complementary color
Monochromatic Colors of #1CE5DB
Black with #1CE5DB
Text Example
Text Example
White with #1CE5DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CE5DB; }
p { color: rgb(28,229,219); }
H1.HeaderClassName
{
color: #1CE5DB;
}
.AnyTagClassName
{
color: #1CE5DB;
}
</style>
background-color css
<style>
a { background-color: #1CE5DB; }
a { background-color: rgb(28,229,219); }
div.DivClassName
{
background-color: #1CE5DB;
}
.BgClassName
{
background-color: #1CE5DB;
}
</style>
border-color css
<style>
span { border-color: #1CE5DB; }
span { border-color: rgb(28,229,219); }
td.TdClassName
{
border-color: #1CE5DB;
}
.TagClassName
{
border-color: #1CE5DB;
}
</style>