Shades of Bright Turquoise #1CE0CA
Tints of Bright Turquoise #1CE0CA
RGB
CMYK
RGB Variations
Color information
#1CE0CA (or 0x1CE0CA) is known color: Bright Turquoise. HEX triplet: 1C, E0 and CA. RGB value is (28,224,202). Sum of RGB (Red+Green+Blue) = 28+224+202=454 (60% of max value = 765). Red value is 28 (11.33% from 255 or 6.17% from 454); Green value is 224 (87.89% from 255 or 49.34% from 454); Blue value is 202 (79.30% from 255 or 44.49% from 454); Max value from RGB is 224 - color contains mainly: green. Hex color #1CE0CA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1CE0CA is #E31F35. Grayscale: #A2A2A2. Windows color (decimal): -14884662 or 13295644. OLE color: 13295644.
HSL color Cylindrical-coordinate representation of color #1CE0CA: hue angle of 173.27º 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 #1CE0CA is Cyan = 0.88, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 28 | 224 | 202 | - |
| CMYK | 0.88 | 0 | 0.10 | 0.12 |
| HSL | 173.27º | 0.78% | 0.49% | - |
| HSV(B) | 173.27º | 0.88% | 0.88% | - |
| XYZ | 37.8 | 57.82 | 65.05 | - |
| YUV | 162.89 | 150.07 | 31.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 224 | 202 | 0.88 | 0 | 0.10 | 0.12 | 173.27 | 0.78 | 0.49 |
| Hex | 1C | E0 | CA | 58 | 0 | A | C | AD | 4E | 31 |
| Octal | 34 | 340 | 312 | 130 | 0 | 12 | 14 | 255 | 116 | 61 |
| Binary | 11100 | 11100000 | 11001010 | 1011000 | 0 | 1010 | 1100 | 10101101 | 1001110 | 110001 |
Color Harmonies of #1CE0CA
Complementary color
Monochromatic Colors of #1CE0CA
Black with #1CE0CA
Text Example
Text Example
White with #1CE0CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CE0CA; }
p { color: rgb(28,224,202); }
H1.HeaderClassName
{
color: #1CE0CA;
}
.AnyTagClassName
{
color: #1CE0CA;
}
</style>
background-color css
<style>
a { background-color: #1CE0CA; }
a { background-color: rgb(28,224,202); }
div.DivClassName
{
background-color: #1CE0CA;
}
.BgClassName
{
background-color: #1CE0CA;
}
</style>
border-color css
<style>
span { border-color: #1CE0CA; }
span { border-color: rgb(28,224,202); }
td.TdClassName
{
border-color: #1CE0CA;
}
.TagClassName
{
border-color: #1CE0CA;
}
</style>