Shades of Bright Turquoise #1CE3C4
Tints of Bright Turquoise #1CE3C4
RGB
CMYK
RGB Variations
Color information
#1CE3C4 (or 0x1CE3C4) is known color: Bright Turquoise. HEX triplet: 1C, E3 and C4. RGB value is (28,227,196). Sum of RGB (Red+Green+Blue) = 28+227+196=451 (59% of max value = 765). Red value is 28 (11.33% from 255 or 6.21% from 451); Green value is 227 (89.06% from 255 or 50.33% from 451); Blue value is 196 (76.95% from 255 or 43.46% from 451); Max value from RGB is 227 - color contains mainly: green. Hex color #1CE3C4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1CE3C4 is #E31C3B. Grayscale: #A3A3A3. Windows color (decimal): -14883900 or 12903196. OLE color: 12903196.
HSL color Cylindrical-coordinate representation of color #1CE3C4: hue angle of 170.65º degrees, saturation: 0.78, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1CE3C4 is Cyan = 0.88, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 28 | 227 | 196 | - |
| CMYK | 0.88 | 0 | 0.14 | 0.11 |
| HSL | 170.65º | 0.78% | 0.5% | - |
| HSV(B) | 170.65º | 0.88% | 0.89% | - |
| XYZ | 37.91 | 59.17 | 61.65 | - |
| YUV | 163.97 | 146.07 | 31.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 227 | 196 | 0.88 | 0 | 0.14 | 0.11 | 170.65 | 0.78 | 0.5 |
| Hex | 1C | E3 | C4 | 58 | 0 | E | B | AB | 4E | 32 |
| Octal | 34 | 343 | 304 | 130 | 0 | 16 | 13 | 253 | 116 | 62 |
| Binary | 11100 | 11100011 | 11000100 | 1011000 | 0 | 1110 | 1011 | 10101011 | 1001110 | 110010 |
Color Harmonies of #1CE3C4
Complementary color
Monochromatic Colors of #1CE3C4
Black with #1CE3C4
Text Example
Text Example
White with #1CE3C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CE3C4; }
p { color: rgb(28,227,196); }
H1.HeaderClassName
{
color: #1CE3C4;
}
.AnyTagClassName
{
color: #1CE3C4;
}
</style>
background-color css
<style>
a { background-color: #1CE3C4; }
a { background-color: rgb(28,227,196); }
div.DivClassName
{
background-color: #1CE3C4;
}
.BgClassName
{
background-color: #1CE3C4;
}
</style>
border-color css
<style>
span { border-color: #1CE3C4; }
span { border-color: rgb(28,227,196); }
td.TdClassName
{
border-color: #1CE3C4;
}
.TagClassName
{
border-color: #1CE3C4;
}
</style>