Shades of Bright Turquoise #1CE0CD
Tints of Bright Turquoise #1CE0CD
RGB
CMYK
RGB Variations
Color information
#1CE0CD (or 0x1CE0CD) is known color: Bright Turquoise. HEX triplet: 1C, E0 and CD. RGB value is (28,224,205). Sum of RGB (Red+Green+Blue) = 28+224+205=457 (60% of max value = 765). Red value is 28 (11.33% from 255 or 6.13% from 457); Green value is 224 (87.89% from 255 or 49.02% from 457); Blue value is 205 (80.47% from 255 or 44.86% from 457); Max value from RGB is 224 - color contains mainly: green. Hex color #1CE0CD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1CE0CD is #E31F32. Grayscale: #A3A3A3. Windows color (decimal): -14884659 or 13492252. OLE color: 13492252.
HSL color Cylindrical-coordinate representation of color #1CE0CD: hue angle of 174.18º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1CE0CD is Cyan = 0.88, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 28 | 224 | 205 | - |
| CMYK | 0.88 | 0 | 0.08 | 0.12 |
| HSL | 174.18º | 0.78% | 0.49% | - |
| HSV(B) | 174.18º | 0.88% | 0.88% | - |
| XYZ | 38.15 | 57.97 | 66.94 | - |
| YUV | 163.23 | 151.57 | 31.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 224 | 205 | 0.88 | 0 | 0.08 | 0.12 | 174.18 | 0.78 | 0.49 |
| Hex | 1C | E0 | CD | 58 | 0 | 8 | C | AE | 4E | 31 |
| Octal | 34 | 340 | 315 | 130 | 0 | 10 | 14 | 256 | 116 | 61 |
| Binary | 11100 | 11100000 | 11001101 | 1011000 | 0 | 1000 | 1100 | 10101110 | 1001110 | 110001 |
Color Harmonies of #1CE0CD
Complementary color
Monochromatic Colors of #1CE0CD
Black with #1CE0CD
Text Example
Text Example
White with #1CE0CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CE0CD; }
p { color: rgb(28,224,205); }
H1.HeaderClassName
{
color: #1CE0CD;
}
.AnyTagClassName
{
color: #1CE0CD;
}
</style>
background-color css
<style>
a { background-color: #1CE0CD; }
a { background-color: rgb(28,224,205); }
div.DivClassName
{
background-color: #1CE0CD;
}
.BgClassName
{
background-color: #1CE0CD;
}
</style>
border-color css
<style>
span { border-color: #1CE0CD; }
span { border-color: rgb(28,224,205); }
td.TdClassName
{
border-color: #1CE0CD;
}
.TagClassName
{
border-color: #1CE0CD;
}
</style>