Shades of Bright Turquoise #1CE5DD
Tints of Bright Turquoise #1CE5DD
RGB
CMYK
RGB Variations
Color information
#1CE5DD (or 0x1CE5DD) is known color: Bright Turquoise. HEX triplet: 1C, E5 and DD. RGB value is (28,229,221). Sum of RGB (Red+Green+Blue) = 28+229+221=478 (63% of max value = 765). Red value is 28 (11.33% from 255 or 5.86% from 478); Green value is 229 (89.84% from 255 or 47.91% from 478); Blue value is 221 (86.72% from 255 or 46.23% from 478); Max value from RGB is 229 - color contains mainly: green. Hex color #1CE5DD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1CE5DD is #E31A22. Grayscale: #A7A7A7. Windows color (decimal): -14883363 or 14542108. OLE color: 14542108.
HSL color Cylindrical-coordinate representation of color #1CE5DD: hue angle of 177.61º 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 #1CE5DD is Cyan = 0.88, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 28 | 229 | 221 | - |
| CMYK | 0.88 | 0 | 0.03 | 0.10 |
| HSL | 177.61º | 0.79% | 0.5% | - |
| HSV(B) | 177.61º | 0.88% | 0.9% | - |
| XYZ | 41.55 | 61.51 | 78.09 | - |
| YUV | 167.99 | 157.91 | 28.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 229 | 221 | 0.88 | 0 | 0.03 | 0.10 | 177.61 | 0.79 | 0.5 |
| Hex | 1C | E5 | DD | 58 | 0 | 3 | A | B2 | 4F | 32 |
| Octal | 34 | 345 | 335 | 130 | 0 | 3 | 12 | 262 | 117 | 62 |
| Binary | 11100 | 11100101 | 11011101 | 1011000 | 0 | 11 | 1010 | 10110010 | 1001111 | 110010 |
Color Harmonies of #1CE5DD
Complementary color
Monochromatic Colors of #1CE5DD
Black with #1CE5DD
Text Example
Text Example
White with #1CE5DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CE5DD; }
p { color: rgb(28,229,221); }
H1.HeaderClassName
{
color: #1CE5DD;
}
.AnyTagClassName
{
color: #1CE5DD;
}
</style>
background-color css
<style>
a { background-color: #1CE5DD; }
a { background-color: rgb(28,229,221); }
div.DivClassName
{
background-color: #1CE5DD;
}
.BgClassName
{
background-color: #1CE5DD;
}
</style>
border-color css
<style>
span { border-color: #1CE5DD; }
span { border-color: rgb(28,229,221); }
td.TdClassName
{
border-color: #1CE5DD;
}
.TagClassName
{
border-color: #1CE5DD;
}
</style>