Shades of Bright Turquoise #1EFADB
Tints of Bright Turquoise #1EFADB
RGB
CMYK
RGB Variations
Color information
#1EFADB (or 0x1EFADB) is known color: Bright Turquoise. HEX triplet: 1E, FA and DB. RGB value is (30,250,219). Sum of RGB (Red+Green+Blue) = 30+250+219=499 (66% of max value = 765). Red value is 30 (12.11% from 255 or 6.01% from 499); Green value is 250 (98.05% from 255 or 50.10% from 499); Blue value is 219 (85.94% from 255 or 43.89% from 499); Max value from RGB is 250 - color contains mainly: green. Hex color #1EFADB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1EFADB is #E10524. Grayscale: #B4B4B4. Windows color (decimal): -14746917 or 14416414. OLE color: 14416414.
HSL color Cylindrical-coordinate representation of color #1EFADB: hue angle of 171.55º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1EFADB is Cyan = 0.88, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 30 | 250 | 219 | - |
| CMYK | 0.88 | 0 | 0.12 | 0.02 |
| HSL | 171.55º | 0.96% | 0.55% | - |
| HSV(B) | 171.55º | 0.88% | 0.98% | - |
| XYZ | 47.51 | 73.76 | 78.75 | - |
| YUV | 180.69 | 149.61 | 20.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 250 | 219 | 0.88 | 0 | 0.12 | 0.02 | 171.55 | 0.96 | 0.55 |
| Hex | 1E | FA | DB | 58 | 0 | C | 2 | AC | 60 | 37 |
| Octal | 36 | 372 | 333 | 130 | 0 | 14 | 2 | 254 | 140 | 67 |
| Binary | 11110 | 11111010 | 11011011 | 1011000 | 0 | 1100 | 10 | 10101100 | 1100000 | 110111 |
Color Harmonies of #1EFADB
Complementary color
Monochromatic Colors of #1EFADB
Black with #1EFADB
Text Example
Text Example
White with #1EFADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EFADB; }
p { color: rgb(30,250,219); }
H1.HeaderClassName
{
color: #1EFADB;
}
.AnyTagClassName
{
color: #1EFADB;
}
</style>
background-color css
<style>
a { background-color: #1EFADB; }
a { background-color: rgb(30,250,219); }
div.DivClassName
{
background-color: #1EFADB;
}
.BgClassName
{
background-color: #1EFADB;
}
</style>
border-color css
<style>
span { border-color: #1EFADB; }
span { border-color: rgb(30,250,219); }
td.TdClassName
{
border-color: #1EFADB;
}
.TagClassName
{
border-color: #1EFADB;
}
</style>