Shades of Bright Turquoise #1CE6CD
Tints of Bright Turquoise #1CE6CD
RGB
CMYK
RGB Variations
Color information
#1CE6CD (or 0x1CE6CD) is known color: Bright Turquoise. HEX triplet: 1C, E6 and CD. RGB value is (28,230,205). Sum of RGB (Red+Green+Blue) = 28+230+205=463 (61% of max value = 765). Red value is 28 (11.33% from 255 or 6.05% from 463); Green value is 230 (90.23% from 255 or 49.68% from 463); Blue value is 205 (80.47% from 255 or 44.28% from 463); Max value from RGB is 230 - color contains mainly: green. Hex color #1CE6CD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1CE6CD is #E31932. Grayscale: #A6A6A6. Windows color (decimal): -14883123 or 13493788. OLE color: 13493788.
HSL color Cylindrical-coordinate representation of color #1CE6CD: hue angle of 172.57º degrees, saturation: 0.8, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1CE6CD is Cyan = 0.88, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 28 | 230 | 205 | - |
| CMYK | 0.88 | 0 | 0.11 | 0.10 |
| HSL | 172.57º | 0.8% | 0.51% | - |
| HSV(B) | 172.57º | 0.88% | 0.9% | - |
| XYZ | 39.8 | 61.25 | 67.48 | - |
| YUV | 166.75 | 149.58 | 29.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 230 | 205 | 0.88 | 0 | 0.11 | 0.10 | 172.57 | 0.8 | 0.51 |
| Hex | 1C | E6 | CD | 58 | 0 | B | A | AD | 50 | 33 |
| Octal | 34 | 346 | 315 | 130 | 0 | 13 | 12 | 255 | 120 | 63 |
| Binary | 11100 | 11100110 | 11001101 | 1011000 | 0 | 1011 | 1010 | 10101101 | 1010000 | 110011 |
Color Harmonies of #1CE6CD
Complementary color
Monochromatic Colors of #1CE6CD
Black with #1CE6CD
Text Example
Text Example
White with #1CE6CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CE6CD; }
p { color: rgb(28,230,205); }
H1.HeaderClassName
{
color: #1CE6CD;
}
.AnyTagClassName
{
color: #1CE6CD;
}
</style>
background-color css
<style>
a { background-color: #1CE6CD; }
a { background-color: rgb(28,230,205); }
div.DivClassName
{
background-color: #1CE6CD;
}
.BgClassName
{
background-color: #1CE6CD;
}
</style>
border-color css
<style>
span { border-color: #1CE6CD; }
span { border-color: rgb(28,230,205); }
td.TdClassName
{
border-color: #1CE6CD;
}
.TagClassName
{
border-color: #1CE6CD;
}
</style>