Shades of Bright Turquoise #1CEDBE
Tints of Bright Turquoise #1CEDBE
RGB
CMYK
RGB Variations
Color information
#1CEDBE (or 0x1CEDBE) is known color: Bright Turquoise. HEX triplet: 1C, ED and BE. RGB value is (28,237,190). Sum of RGB (Red+Green+Blue) = 28+237+190=455 (60% of max value = 765). Red value is 28 (11.33% from 255 or 6.15% from 455); Green value is 237 (92.97% from 255 or 52.09% from 455); Blue value is 190 (74.61% from 255 or 41.76% from 455); Max value from RGB is 237 - color contains mainly: green. Hex color #1CEDBE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1CEDBE is #E31241. Grayscale: #A9A9A9. Windows color (decimal): -14881346 or 12512540. OLE color: 12512540.
HSL color Cylindrical-coordinate representation of color #1CEDBE: hue angle of 166.51º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1CEDBE is Cyan = 0.88, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 28 | 237 | 190 | - |
| CMYK | 0.88 | 0 | 0.20 | 0.07 |
| HSL | 166.51º | 0.85% | 0.52% | - |
| HSV(B) | 166.51º | 0.88% | 0.93% | - |
| XYZ | 40.06 | 64.53 | 59.06 | - |
| YUV | 169.15 | 139.76 | 27.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 237 | 190 | 0.88 | 0 | 0.20 | 0.07 | 166.51 | 0.85 | 0.52 |
| Hex | 1C | ED | BE | 58 | 0 | 14 | 7 | A7 | 55 | 34 |
| Octal | 34 | 355 | 276 | 130 | 0 | 24 | 7 | 247 | 125 | 64 |
| Binary | 11100 | 11101101 | 10111110 | 1011000 | 0 | 10100 | 111 | 10100111 | 1010101 | 110100 |
Color Harmonies of #1CEDBE
Complementary color
Monochromatic Colors of #1CEDBE
Black with #1CEDBE
Text Example
Text Example
White with #1CEDBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CEDBE; }
p { color: rgb(28,237,190); }
H1.HeaderClassName
{
color: #1CEDBE;
}
.AnyTagClassName
{
color: #1CEDBE;
}
</style>
background-color css
<style>
a { background-color: #1CEDBE; }
a { background-color: rgb(28,237,190); }
div.DivClassName
{
background-color: #1CEDBE;
}
.BgClassName
{
background-color: #1CEDBE;
}
</style>
border-color css
<style>
span { border-color: #1CEDBE; }
span { border-color: rgb(28,237,190); }
td.TdClassName
{
border-color: #1CEDBE;
}
.TagClassName
{
border-color: #1CEDBE;
}
</style>