Shades of Bright Turquoise #1EEDCF
Tints of Bright Turquoise #1EEDCF
RGB
CMYK
RGB Variations
Color information
#1EEDCF (or 0x1EEDCF) is known color: Bright Turquoise. HEX triplet: 1E, ED and CF. RGB value is (30,237,207). Sum of RGB (Red+Green+Blue) = 30+237+207=474 (62% of max value = 765). Red value is 30 (12.11% from 255 or 6.33% from 474); Green value is 237 (92.97% from 255 or 50% from 474); Blue value is 207 (81.25% from 255 or 43.67% from 474); Max value from RGB is 237 - color contains mainly: green. Hex color #1EEDCF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1EEDCF is #E11230. Grayscale: #ABABAB. Windows color (decimal): -14750257 or 13626654. OLE color: 13626654.
HSL color Cylindrical-coordinate representation of color #1EEDCF: hue angle of 171.3º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1EEDCF is Cyan = 0.87, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 30 | 237 | 207 | - |
| CMYK | 0.87 | 0 | 0.13 | 0.07 |
| HSL | 171.3º | 0.85% | 0.52% | - |
| HSV(B) | 171.3º | 0.87% | 0.93% | - |
| XYZ | 42.08 | 65.35 | 69.43 | - |
| YUV | 171.69 | 147.92 | 26.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 237 | 207 | 0.87 | 0 | 0.13 | 0.07 | 171.3 | 0.85 | 0.52 |
| Hex | 1E | ED | CF | 57 | 0 | D | 7 | AB | 55 | 34 |
| Octal | 36 | 355 | 317 | 127 | 0 | 15 | 7 | 253 | 125 | 64 |
| Binary | 11110 | 11101101 | 11001111 | 1010111 | 0 | 1101 | 111 | 10101011 | 1010101 | 110100 |
Color Harmonies of #1EEDCF
Complementary color
Monochromatic Colors of #1EEDCF
Black with #1EEDCF
Text Example
Text Example
White with #1EEDCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EEDCF; }
p { color: rgb(30,237,207); }
H1.HeaderClassName
{
color: #1EEDCF;
}
.AnyTagClassName
{
color: #1EEDCF;
}
</style>
background-color css
<style>
a { background-color: #1EEDCF; }
a { background-color: rgb(30,237,207); }
div.DivClassName
{
background-color: #1EEDCF;
}
.BgClassName
{
background-color: #1EEDCF;
}
</style>
border-color css
<style>
span { border-color: #1EEDCF; }
span { border-color: rgb(30,237,207); }
td.TdClassName
{
border-color: #1EEDCF;
}
.TagClassName
{
border-color: #1EEDCF;
}
</style>