Shades of Bright Turquoise #1ED6DF
Tints of Bright Turquoise #1ED6DF
RGB
CMYK
RGB Variations
Color information
#1ED6DF (or 0x1ED6DF) is known color: Bright Turquoise. HEX triplet: 1E, D6 and DF. RGB value is (30,214,223). Sum of RGB (Red+Green+Blue) = 30+214+223=467 (61% of max value = 765). Red value is 30 (12.11% from 255 or 6.42% from 467); Green value is 214 (83.98% from 255 or 45.82% from 467); Blue value is 223 (87.5% from 255 or 47.75% from 467); Max value from RGB is 223 - color contains mainly: blue. Hex color #1ED6DF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1ED6DF is #E12920. Grayscale: #9F9F9F. Windows color (decimal): -14756129 or 14669342. OLE color: 14669342.
HSL color Cylindrical-coordinate representation of color #1ED6DF: hue angle of 182.8º 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 #1ED6DF is Cyan = 0.87, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 30 | 214 | 223 | - |
| CMYK | 0.87 | 0.04 | 0 | 0.13 |
| HSL | 182.8º | 0.76% | 0.5% | - |
| HSV(B) | 182.8º | 0.87% | 0.87% | - |
| XYZ | 37.9 | 53.7 | 78.18 | - |
| YUV | 160.01 | 163.54 | 35.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 214 | 223 | 0.87 | 0.04 | 0 | 0.13 | 182.8 | 0.76 | 0.5 |
| Hex | 1E | D6 | DF | 57 | 4 | 0 | D | B7 | 4C | 32 |
| Octal | 36 | 326 | 337 | 127 | 4 | 0 | 15 | 267 | 114 | 62 |
| Binary | 11110 | 11010110 | 11011111 | 1010111 | 100 | 0 | 1101 | 10110111 | 1001100 | 110010 |
Color Harmonies of #1ED6DF
Complementary color
Monochromatic Colors of #1ED6DF
Black with #1ED6DF
Text Example
Text Example
White with #1ED6DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ED6DF; }
p { color: rgb(30,214,223); }
H1.HeaderClassName
{
color: #1ED6DF;
}
.AnyTagClassName
{
color: #1ED6DF;
}
</style>
background-color css
<style>
a { background-color: #1ED6DF; }
a { background-color: rgb(30,214,223); }
div.DivClassName
{
background-color: #1ED6DF;
}
.BgClassName
{
background-color: #1ED6DF;
}
</style>
border-color css
<style>
span { border-color: #1ED6DF; }
span { border-color: rgb(30,214,223); }
td.TdClassName
{
border-color: #1ED6DF;
}
.TagClassName
{
border-color: #1ED6DF;
}
</style>