Shades of Bright Turquoise #1CEFD0
Tints of Bright Turquoise #1CEFD0
RGB
CMYK
RGB Variations
Color information
#1CEFD0 (or 0x1CEFD0) is known color: Bright Turquoise. HEX triplet: 1C, EF and D0. RGB value is (28,239,208). Sum of RGB (Red+Green+Blue) = 28+239+208=475 (62% of max value = 765). Red value is 28 (11.33% from 255 or 5.89% from 475); Green value is 239 (93.75% from 255 or 50.32% from 475); Blue value is 208 (81.64% from 255 or 43.79% from 475); Max value from RGB is 239 - color contains mainly: green. Hex color #1CEFD0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1CEFD0 is #E3102F. Grayscale: #ACACAC. Windows color (decimal): -14880816 or 13692700. OLE color: 13692700.
HSL color Cylindrical-coordinate representation of color #1CEFD0: hue angle of 171.18º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1CEFD0 is Cyan = 0.88, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 28 | 239 | 208 | - |
| CMYK | 0.88 | 0 | 0.13 | 0.06 |
| HSL | 171.18º | 0.87% | 0.52% | - |
| HSV(B) | 171.18º | 0.88% | 0.94% | - |
| XYZ | 42.73 | 66.53 | 70.26 | - |
| YUV | 172.38 | 148.1 | 25.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 239 | 208 | 0.88 | 0 | 0.13 | 0.06 | 171.18 | 0.87 | 0.52 |
| Hex | 1C | EF | D0 | 58 | 0 | D | 6 | AB | 57 | 34 |
| Octal | 34 | 357 | 320 | 130 | 0 | 15 | 6 | 253 | 127 | 64 |
| Binary | 11100 | 11101111 | 11010000 | 1011000 | 0 | 1101 | 110 | 10101011 | 1010111 | 110100 |
Color Harmonies of #1CEFD0
Complementary color
Monochromatic Colors of #1CEFD0
Black with #1CEFD0
Text Example
Text Example
White with #1CEFD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CEFD0; }
p { color: rgb(28,239,208); }
H1.HeaderClassName
{
color: #1CEFD0;
}
.AnyTagClassName
{
color: #1CEFD0;
}
</style>
background-color css
<style>
a { background-color: #1CEFD0; }
a { background-color: rgb(28,239,208); }
div.DivClassName
{
background-color: #1CEFD0;
}
.BgClassName
{
background-color: #1CEFD0;
}
</style>
border-color css
<style>
span { border-color: #1CEFD0; }
span { border-color: rgb(28,239,208); }
td.TdClassName
{
border-color: #1CEFD0;
}
.TagClassName
{
border-color: #1CEFD0;
}
</style>