Shades of Bright Turquoise #1CFFEB
Tints of Bright Turquoise #1CFFEB
RGB
CMYK
RGB Variations
Color information
#1CFFEB (or 0x1CFFEB) is known color: Bright Turquoise. HEX triplet: 1C, FF and EB. RGB value is (28,255,235). Sum of RGB (Red+Green+Blue) = 28+255+235=518 (68% of max value = 765). Red value is 28 (11.33% from 255 or 5.41% from 518); Green value is 255 (100% from 255 or 49.23% from 518); Blue value is 235 (92.19% from 255 or 45.37% from 518); Max value from RGB is 255 - color contains mainly: green. Hex color #1CFFEB is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #1CFFEB is #E30014. Grayscale: #B8B8B8. Windows color (decimal): -14876693 or 15466268. OLE color: 15466268.
HSL color Cylindrical-coordinate representation of color #1CFFEB: hue angle of 174.71º 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 #1CFFEB is Cyan = 0.89, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.
Color convert
| RGB | 28 | 255 | 235 | - |
| CMYK | 0.89 | 0 | 0.08 | 0 |
| HSL | 174.71º | 1% | 0.55% | - |
| HSV(B) | 174.71º | 0.89% | 1% | - |
| XYZ | 51.23 | 77.77 | 90.91 | - |
| YUV | 184.85 | 156.29 | 16.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 255 | 235 | 0.89 | 0 | 0.08 | 0 | 174.71 | 1 | 0.55 |
| Hex | 1C | FF | EB | 59 | 0 | 8 | 0 | AF | 64 | 37 |
| Octal | 34 | 377 | 353 | 131 | 0 | 10 | 0 | 257 | 144 | 67 |
| Binary | 11100 | 11111111 | 11101011 | 1011001 | 0 | 1000 | 0 | 10101111 | 1100100 | 110111 |
Color Harmonies of #1CFFEB
Complementary color
Monochromatic Colors of #1CFFEB
Black with #1CFFEB
Text Example
Text Example
White with #1CFFEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CFFEB; }
p { color: rgb(28,255,235); }
H1.HeaderClassName
{
color: #1CFFEB;
}
.AnyTagClassName
{
color: #1CFFEB;
}
</style>
background-color css
<style>
a { background-color: #1CFFEB; }
a { background-color: rgb(28,255,235); }
div.DivClassName
{
background-color: #1CFFEB;
}
.BgClassName
{
background-color: #1CFFEB;
}
</style>
border-color css
<style>
span { border-color: #1CFFEB; }
span { border-color: rgb(28,255,235); }
td.TdClassName
{
border-color: #1CFFEB;
}
.TagClassName
{
border-color: #1CFFEB;
}
</style>