Shades of Bright Turquoise #1CEBEA
Tints of Bright Turquoise #1CEBEA
RGB
CMYK
RGB Variations
Color information
#1CEBEA (or 0x1CEBEA) is known color: Bright Turquoise. HEX triplet: 1C, EB and EA. RGB value is (28,235,234). Sum of RGB (Red+Green+Blue) = 28+235+234=497 (65% of max value = 765). Red value is 28 (11.33% from 255 or 5.63% from 497); Green value is 235 (92.19% from 255 or 47.28% from 497); Blue value is 234 (91.80% from 255 or 47.08% from 497); Max value from RGB is 235 - color contains mainly: green. Hex color #1CEBEA is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #1CEBEA is #E31415. Grayscale: #ACACAC. Windows color (decimal): -14881814 or 15395612. OLE color: 15395612.
HSL color Cylindrical-coordinate representation of color #1CEBEA: hue angle of 179.71º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1CEBEA is Cyan = 0.88, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 28 | 235 | 234 | - |
| CMYK | 0.88 | 0 | 0.00 | 0.08 |
| HSL | 179.71º | 0.84% | 0.52% | - |
| HSV(B) | 179.71º | 0.88% | 0.92% | - |
| XYZ | 45.04 | 65.6 | 88.13 | - |
| YUV | 172.99 | 162.42 | 24.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 235 | 234 | 0.88 | 0 | 0.00 | 0.08 | 179.71 | 0.84 | 0.52 |
| Hex | 1C | EB | EA | 58 | 0 | 0 | 8 | B4 | 54 | 34 |
| Octal | 34 | 353 | 352 | 130 | 0 | 0 | 10 | 264 | 124 | 64 |
| Binary | 11100 | 11101011 | 11101010 | 1011000 | 0 | 0 | 1000 | 10110100 | 1010100 | 110100 |
Color Harmonies of #1CEBEA
Complementary color
Monochromatic Colors of #1CEBEA
Black with #1CEBEA
Text Example
Text Example
White with #1CEBEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CEBEA; }
p { color: rgb(28,235,234); }
H1.HeaderClassName
{
color: #1CEBEA;
}
.AnyTagClassName
{
color: #1CEBEA;
}
</style>
background-color css
<style>
a { background-color: #1CEBEA; }
a { background-color: rgb(28,235,234); }
div.DivClassName
{
background-color: #1CEBEA;
}
.BgClassName
{
background-color: #1CEBEA;
}
</style>
border-color css
<style>
span { border-color: #1CEBEA; }
span { border-color: rgb(28,235,234); }
td.TdClassName
{
border-color: #1CEBEA;
}
.TagClassName
{
border-color: #1CEBEA;
}
</style>