Shades of Bright Turquoise #1CE3CC
Tints of Bright Turquoise #1CE3CC
RGB
CMYK
RGB Variations
Color information
#1CE3CC (or 0x1CE3CC) is known color: Bright Turquoise. HEX triplet: 1C, E3 and CC. RGB value is (28,227,204). Sum of RGB (Red+Green+Blue) = 28+227+204=459 (60% of max value = 765). Red value is 28 (11.33% from 255 or 6.10% from 459); Green value is 227 (89.06% from 255 or 49.46% from 459); Blue value is 204 (80.08% from 255 or 44.44% from 459); Max value from RGB is 227 - color contains mainly: green. Hex color #1CE3CC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1CE3CC is #E31C33. Grayscale: #A4A4A4. Windows color (decimal): -14883892 or 13427484. OLE color: 13427484.
HSL color Cylindrical-coordinate representation of color #1CE3CC: hue angle of 173.07º 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 #1CE3CC is Cyan = 0.88, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 28 | 227 | 204 | - |
| CMYK | 0.88 | 0 | 0.10 | 0.11 |
| HSL | 173.07º | 0.78% | 0.5% | - |
| HSV(B) | 173.07º | 0.88% | 0.89% | - |
| XYZ | 38.85 | 59.54 | 66.57 | - |
| YUV | 164.88 | 150.07 | 30.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 227 | 204 | 0.88 | 0 | 0.10 | 0.11 | 173.07 | 0.78 | 0.5 |
| Hex | 1C | E3 | CC | 58 | 0 | A | B | AD | 4E | 32 |
| Octal | 34 | 343 | 314 | 130 | 0 | 12 | 13 | 255 | 116 | 62 |
| Binary | 11100 | 11100011 | 11001100 | 1011000 | 0 | 1010 | 1011 | 10101101 | 1001110 | 110010 |
Color Harmonies of #1CE3CC
Complementary color
Monochromatic Colors of #1CE3CC
Black with #1CE3CC
Text Example
Text Example
White with #1CE3CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CE3CC; }
p { color: rgb(28,227,204); }
H1.HeaderClassName
{
color: #1CE3CC;
}
.AnyTagClassName
{
color: #1CE3CC;
}
</style>
background-color css
<style>
a { background-color: #1CE3CC; }
a { background-color: rgb(28,227,204); }
div.DivClassName
{
background-color: #1CE3CC;
}
.BgClassName
{
background-color: #1CE3CC;
}
</style>
border-color css
<style>
span { border-color: #1CE3CC; }
span { border-color: rgb(28,227,204); }
td.TdClassName
{
border-color: #1CE3CC;
}
.TagClassName
{
border-color: #1CE3CC;
}
</style>