Shades of Bright Turquoise #1CFFE3
Tints of Bright Turquoise #1CFFE3
RGB
CMYK
RGB Variations
Color information
#1CFFE3 (or 0x1CFFE3) is known color: Bright Turquoise. HEX triplet: 1C, FF and E3. RGB value is (28,255,227). Sum of RGB (Red+Green+Blue) = 28+255+227=510 (67% of max value = 765). Red value is 28 (11.33% from 255 or 5.49% from 510); Green value is 255 (100% from 255 or 50% from 510); Blue value is 227 (89.06% from 255 or 44.51% from 510); Max value from RGB is 255 - color contains mainly: green. Hex color #1CFFE3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1CFFE3 is #E3001C. Grayscale: #B7B7B7. Windows color (decimal): -14876701 or 14941980. OLE color: 14941980.
HSL color Cylindrical-coordinate representation of color #1CFFE3: hue angle of 172.6º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1CFFE3 is Cyan = 0.89, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.
Color convert
| RGB | 28 | 255 | 227 | - |
| CMYK | 0.89 | 0 | 0.11 | 0 |
| HSL | 172.6º | 1% | 0.55% | - |
| HSV(B) | 172.6º | 0.89% | 1% | - |
| XYZ | 50.1 | 77.31 | 84.96 | - |
| YUV | 183.94 | 152.29 | 16.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 255 | 227 | 0.89 | 0 | 0.11 | 0 | 172.6 | 1 | 0.55 |
| Hex | 1C | FF | E3 | 59 | 0 | B | 0 | AD | 64 | 37 |
| Octal | 34 | 377 | 343 | 131 | 0 | 13 | 0 | 255 | 144 | 67 |
| Binary | 11100 | 11111111 | 11100011 | 1011001 | 0 | 1011 | 0 | 10101101 | 1100100 | 110111 |
Color Harmonies of #1CFFE3
Complementary color
Monochromatic Colors of #1CFFE3
Black with #1CFFE3
Text Example
Text Example
White with #1CFFE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CFFE3; }
p { color: rgb(28,255,227); }
H1.HeaderClassName
{
color: #1CFFE3;
}
.AnyTagClassName
{
color: #1CFFE3;
}
</style>
background-color css
<style>
a { background-color: #1CFFE3; }
a { background-color: rgb(28,255,227); }
div.DivClassName
{
background-color: #1CFFE3;
}
.BgClassName
{
background-color: #1CFFE3;
}
</style>
border-color css
<style>
span { border-color: #1CFFE3; }
span { border-color: rgb(28,255,227); }
td.TdClassName
{
border-color: #1CFFE3;
}
.TagClassName
{
border-color: #1CFFE3;
}
</style>