Shades of Bright Turquoise #1EDACF
Tints of Bright Turquoise #1EDACF
RGB
CMYK
RGB Variations
Color information
#1EDACF (or 0x1EDACF) is known color: Bright Turquoise. HEX triplet: 1E, DA and CF. RGB value is (30,218,207). Sum of RGB (Red+Green+Blue) = 30+218+207=455 (60% of max value = 765). Red value is 30 (12.11% from 255 or 6.59% from 455); Green value is 218 (85.55% from 255 or 47.91% from 455); Blue value is 207 (81.25% from 255 or 45.49% from 455); Max value from RGB is 218 - color contains mainly: green. Hex color #1EDACF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1EDACF is #E12530. Grayscale: #A0A0A0. Windows color (decimal): -14755121 or 13621790. OLE color: 13621790.
HSL color Cylindrical-coordinate representation of color #1EDACF: hue angle of 176.49º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1EDACF is Cyan = 0.86, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 30 | 218 | 207 | - |
| CMYK | 0.86 | 0 | 0.05 | 0.15 |
| HSL | 176.49º | 0.76% | 0.49% | - |
| HSV(B) | 176.49º | 0.86% | 0.85% | - |
| XYZ | 36.87 | 54.92 | 67.69 | - |
| YUV | 160.53 | 154.22 | 34.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 218 | 207 | 0.86 | 0 | 0.05 | 0.15 | 176.49 | 0.76 | 0.49 |
| Hex | 1E | DA | CF | 56 | 0 | 5 | F | B0 | 4C | 31 |
| Octal | 36 | 332 | 317 | 126 | 0 | 5 | 17 | 260 | 114 | 61 |
| Binary | 11110 | 11011010 | 11001111 | 1010110 | 0 | 101 | 1111 | 10110000 | 1001100 | 110001 |
Color Harmonies of #1EDACF
Complementary color
Monochromatic Colors of #1EDACF
Black with #1EDACF
Text Example
Text Example
White with #1EDACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EDACF; }
p { color: rgb(30,218,207); }
H1.HeaderClassName
{
color: #1EDACF;
}
.AnyTagClassName
{
color: #1EDACF;
}
</style>
background-color css
<style>
a { background-color: #1EDACF; }
a { background-color: rgb(30,218,207); }
div.DivClassName
{
background-color: #1EDACF;
}
.BgClassName
{
background-color: #1EDACF;
}
</style>
border-color css
<style>
span { border-color: #1EDACF; }
span { border-color: rgb(30,218,207); }
td.TdClassName
{
border-color: #1EDACF;
}
.TagClassName
{
border-color: #1EDACF;
}
</style>