Shades of Bright Turquoise #1EFFCD
Tints of Bright Turquoise #1EFFCD
RGB
CMYK
RGB Variations
Color information
#1EFFCD (or 0x1EFFCD) is known color: Bright Turquoise. HEX triplet: 1E, FF and CD. RGB value is (30,255,205). Sum of RGB (Red+Green+Blue) = 30+255+205=490 (64% of max value = 765). Red value is 30 (12.11% from 255 or 6.12% from 490); Green value is 255 (100% from 255 or 52.04% from 490); Blue value is 205 (80.47% from 255 or 41.84% from 490); Max value from RGB is 255 - color contains mainly: green. Hex color #1EFFCD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1EFFCD is #E10032. Grayscale: #B6B6B6. Windows color (decimal): -14745651 or 13500190. OLE color: 13500190.
HSL color Cylindrical-coordinate representation of color #1EFFCD: hue angle of 166.67º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1EFFCD is Cyan = 0.88, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.
Color convert
| RGB | 30 | 255 | 205 | - |
| CMYK | 0.88 | 0 | 0.20 | 0 |
| HSL | 166.67º | 1% | 0.56% | - |
| HSV(B) | 166.67º | 0.88% | 1% | - |
| XYZ | 47.31 | 76.2 | 69.97 | - |
| YUV | 182.03 | 140.96 | 19.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 255 | 205 | 0.88 | 0 | 0.20 | 0 | 166.67 | 1 | 0.56 |
| Hex | 1E | FF | CD | 58 | 0 | 14 | 0 | A7 | 64 | 38 |
| Octal | 36 | 377 | 315 | 130 | 0 | 24 | 0 | 247 | 144 | 70 |
| Binary | 11110 | 11111111 | 11001101 | 1011000 | 0 | 10100 | 0 | 10100111 | 1100100 | 111000 |
Color Harmonies of #1EFFCD
Complementary color
Monochromatic Colors of #1EFFCD
Black with #1EFFCD
Text Example
Text Example
White with #1EFFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EFFCD; }
p { color: rgb(30,255,205); }
H1.HeaderClassName
{
color: #1EFFCD;
}
.AnyTagClassName
{
color: #1EFFCD;
}
</style>
background-color css
<style>
a { background-color: #1EFFCD; }
a { background-color: rgb(30,255,205); }
div.DivClassName
{
background-color: #1EFFCD;
}
.BgClassName
{
background-color: #1EFFCD;
}
</style>
border-color css
<style>
span { border-color: #1EFFCD; }
span { border-color: rgb(30,255,205); }
td.TdClassName
{
border-color: #1EFFCD;
}
.TagClassName
{
border-color: #1EFFCD;
}
</style>