Shades of Bright Turquoise #1CEBD4
Tints of Bright Turquoise #1CEBD4
RGB
CMYK
RGB Variations
Color information
#1CEBD4 (or 0x1CEBD4) is known color: Bright Turquoise. HEX triplet: 1C, EB and D4. RGB value is (28,235,212). Sum of RGB (Red+Green+Blue) = 28+235+212=475 (62% of max value = 765). Red value is 28 (11.33% from 255 or 5.89% from 475); Green value is 235 (92.19% from 255 or 49.47% from 475); Blue value is 212 (83.20% from 255 or 44.63% from 475); Max value from RGB is 235 - color contains mainly: green. Hex color #1CEBD4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1CEBD4 is #E3142B. Grayscale: #AAAAAA. Windows color (decimal): -14881836 or 13953820. OLE color: 13953820.
HSL color Cylindrical-coordinate representation of color #1CEBD4: hue angle of 173.33º 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 #1CEBD4 is Cyan = 0.88, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 28 | 235 | 212 | - |
| CMYK | 0.88 | 0 | 0.10 | 0.08 |
| HSL | 173.33º | 0.84% | 0.52% | - |
| HSV(B) | 173.33º | 0.88% | 0.92% | - |
| XYZ | 42.07 | 64.42 | 72.5 | - |
| YUV | 170.49 | 151.42 | 26.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 235 | 212 | 0.88 | 0 | 0.10 | 0.08 | 173.33 | 0.84 | 0.52 |
| Hex | 1C | EB | D4 | 58 | 0 | A | 8 | AD | 54 | 34 |
| Octal | 34 | 353 | 324 | 130 | 0 | 12 | 10 | 255 | 124 | 64 |
| Binary | 11100 | 11101011 | 11010100 | 1011000 | 0 | 1010 | 1000 | 10101101 | 1010100 | 110100 |
Color Harmonies of #1CEBD4
Complementary color
Monochromatic Colors of #1CEBD4
Black with #1CEBD4
Text Example
Text Example
White with #1CEBD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CEBD4; }
p { color: rgb(28,235,212); }
H1.HeaderClassName
{
color: #1CEBD4;
}
.AnyTagClassName
{
color: #1CEBD4;
}
</style>
background-color css
<style>
a { background-color: #1CEBD4; }
a { background-color: rgb(28,235,212); }
div.DivClassName
{
background-color: #1CEBD4;
}
.BgClassName
{
background-color: #1CEBD4;
}
</style>
border-color css
<style>
span { border-color: #1CEBD4; }
span { border-color: rgb(28,235,212); }
td.TdClassName
{
border-color: #1CEBD4;
}
.TagClassName
{
border-color: #1CEBD4;
}
</style>