Shades of Bright Turquoise #1CEFCD
Tints of Bright Turquoise #1CEFCD
RGB
CMYK
RGB Variations
Color information
#1CEFCD (or 0x1CEFCD) is known color: Bright Turquoise. HEX triplet: 1C, EF and CD. RGB value is (28,239,205). Sum of RGB (Red+Green+Blue) = 28+239+205=472 (62% of max value = 765). Red value is 28 (11.33% from 255 or 5.93% from 472); Green value is 239 (93.75% from 255 or 50.64% from 472); Blue value is 205 (80.47% from 255 or 43.43% from 472); Max value from RGB is 239 - color contains mainly: green. Hex color #1CEFCD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1CEFCD is #E31032. Grayscale: #ABABAB. Windows color (decimal): -14880819 or 13496092. OLE color: 13496092.
HSL color Cylindrical-coordinate representation of color #1CEFCD: hue angle of 170.33º 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 #1CEFCD is Cyan = 0.88, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 28 | 239 | 205 | - |
| CMYK | 0.88 | 0 | 0.14 | 0.06 |
| HSL | 170.33º | 0.87% | 0.52% | - |
| HSV(B) | 170.33º | 0.88% | 0.94% | - |
| XYZ | 42.36 | 66.39 | 68.34 | - |
| YUV | 172.04 | 146.6 | 25.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 239 | 205 | 0.88 | 0 | 0.14 | 0.06 | 170.33 | 0.87 | 0.52 |
| Hex | 1C | EF | CD | 58 | 0 | E | 6 | AA | 57 | 34 |
| Octal | 34 | 357 | 315 | 130 | 0 | 16 | 6 | 252 | 127 | 64 |
| Binary | 11100 | 11101111 | 11001101 | 1011000 | 0 | 1110 | 110 | 10101010 | 1010111 | 110100 |
Color Harmonies of #1CEFCD
Complementary color
Monochromatic Colors of #1CEFCD
Black with #1CEFCD
Text Example
Text Example
White with #1CEFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CEFCD; }
p { color: rgb(28,239,205); }
H1.HeaderClassName
{
color: #1CEFCD;
}
.AnyTagClassName
{
color: #1CEFCD;
}
</style>
background-color css
<style>
a { background-color: #1CEFCD; }
a { background-color: rgb(28,239,205); }
div.DivClassName
{
background-color: #1CEFCD;
}
.BgClassName
{
background-color: #1CEFCD;
}
</style>
border-color css
<style>
span { border-color: #1CEFCD; }
span { border-color: rgb(28,239,205); }
td.TdClassName
{
border-color: #1CEFCD;
}
.TagClassName
{
border-color: #1CEFCD;
}
</style>