Shades of Bright Turquoise #1EDCDF
Tints of Bright Turquoise #1EDCDF
RGB
CMYK
RGB Variations
Color information
#1EDCDF (or 0x1EDCDF) is known color: Bright Turquoise. HEX triplet: 1E, DC and DF. RGB value is (30,220,223). Sum of RGB (Red+Green+Blue) = 30+220+223=473 (62% of max value = 765). Red value is 30 (12.11% from 255 or 6.34% from 473); Green value is 220 (86.33% from 255 or 46.51% from 473); Blue value is 223 (87.5% from 255 or 47.15% from 473); Max value from RGB is 223 - color contains mainly: blue. Hex color #1EDCDF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1EDCDF is #E12320. Grayscale: #A3A3A3. Windows color (decimal): -14754593 or 14670878. OLE color: 14670878.
HSL color Cylindrical-coordinate representation of color #1EDCDF: hue angle of 180.93º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1EDCDF is Cyan = 0.87, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 30 | 220 | 223 | - |
| CMYK | 0.87 | 0.01 | 0 | 0.13 |
| HSL | 180.93º | 0.76% | 0.5% | - |
| HSV(B) | 180.93º | 0.87% | 0.87% | - |
| XYZ | 39.45 | 56.79 | 78.69 | - |
| YUV | 163.53 | 161.55 | 32.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 220 | 223 | 0.87 | 0.01 | 0 | 0.13 | 180.93 | 0.76 | 0.5 |
| Hex | 1E | DC | DF | 57 | 1 | 0 | D | B5 | 4C | 32 |
| Octal | 36 | 334 | 337 | 127 | 1 | 0 | 15 | 265 | 114 | 62 |
| Binary | 11110 | 11011100 | 11011111 | 1010111 | 1 | 0 | 1101 | 10110101 | 1001100 | 110010 |
Color Harmonies of #1EDCDF
Complementary color
Monochromatic Colors of #1EDCDF
Black with #1EDCDF
Text Example
Text Example
White with #1EDCDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EDCDF; }
p { color: rgb(30,220,223); }
H1.HeaderClassName
{
color: #1EDCDF;
}
.AnyTagClassName
{
color: #1EDCDF;
}
</style>
background-color css
<style>
a { background-color: #1EDCDF; }
a { background-color: rgb(30,220,223); }
div.DivClassName
{
background-color: #1EDCDF;
}
.BgClassName
{
background-color: #1EDCDF;
}
</style>
border-color css
<style>
span { border-color: #1EDCDF; }
span { border-color: rgb(30,220,223); }
td.TdClassName
{
border-color: #1EDCDF;
}
.TagClassName
{
border-color: #1EDCDF;
}
</style>