Shades of Bright Turquoise #1CE7CA
Tints of Bright Turquoise #1CE7CA
RGB
CMYK
RGB Variations
Color information
#1CE7CA (or 0x1CE7CA) is known color: Bright Turquoise. HEX triplet: 1C, E7 and CA. RGB value is (28,231,202). Sum of RGB (Red+Green+Blue) = 28+231+202=461 (61% of max value = 765). Red value is 28 (11.33% from 255 or 6.07% from 461); Green value is 231 (90.62% from 255 or 50.11% from 461); Blue value is 202 (79.30% from 255 or 43.82% from 461); Max value from RGB is 231 - color contains mainly: green. Hex color #1CE7CA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1CE7CA is #E31835. Grayscale: #A6A6A6. Windows color (decimal): -14882870 or 13297436. OLE color: 13297436.
HSL color Cylindrical-coordinate representation of color #1CE7CA: hue angle of 171.43º degrees, saturation: 0.81, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1CE7CA is Cyan = 0.88, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 28 | 231 | 202 | - |
| CMYK | 0.88 | 0 | 0.13 | 0.09 |
| HSL | 171.43º | 0.81% | 0.51% | - |
| HSV(B) | 171.43º | 0.88% | 0.91% | - |
| XYZ | 39.72 | 61.66 | 65.69 | - |
| YUV | 167 | 147.75 | 28.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 231 | 202 | 0.88 | 0 | 0.13 | 0.09 | 171.43 | 0.81 | 0.51 |
| Hex | 1C | E7 | CA | 58 | 0 | D | 9 | AB | 51 | 33 |
| Octal | 34 | 347 | 312 | 130 | 0 | 15 | 11 | 253 | 121 | 63 |
| Binary | 11100 | 11100111 | 11001010 | 1011000 | 0 | 1101 | 1001 | 10101011 | 1010001 | 110011 |
Color Harmonies of #1CE7CA
Complementary color
Monochromatic Colors of #1CE7CA
Black with #1CE7CA
Text Example
Text Example
White with #1CE7CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CE7CA; }
p { color: rgb(28,231,202); }
H1.HeaderClassName
{
color: #1CE7CA;
}
.AnyTagClassName
{
color: #1CE7CA;
}
</style>
background-color css
<style>
a { background-color: #1CE7CA; }
a { background-color: rgb(28,231,202); }
div.DivClassName
{
background-color: #1CE7CA;
}
.BgClassName
{
background-color: #1CE7CA;
}
</style>
border-color css
<style>
span { border-color: #1CE7CA; }
span { border-color: rgb(28,231,202); }
td.TdClassName
{
border-color: #1CE7CA;
}
.TagClassName
{
border-color: #1CE7CA;
}
</style>