Shades of Bright Turquoise #1EFBDB
Tints of Bright Turquoise #1EFBDB
RGB
CMYK
RGB Variations
Color information
#1EFBDB (or 0x1EFBDB) is known color: Bright Turquoise. HEX triplet: 1E, FB and DB. RGB value is (30,251,219). Sum of RGB (Red+Green+Blue) = 30+251+219=500 (66% of max value = 765). Red value is 30 (12.11% from 255 or 6% from 500); Green value is 251 (98.44% from 255 or 50.2% from 500); Blue value is 219 (85.94% from 255 or 43.8% from 500); Max value from RGB is 251 - color contains mainly: green. Hex color #1EFBDB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1EFBDB is #E10424. Grayscale: #B5B5B5. Windows color (decimal): -14746661 or 14416670. OLE color: 14416670.
HSL color Cylindrical-coordinate representation of color #1EFBDB: hue angle of 171.31º degrees, saturation: 0.97, 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 #1EFBDB is Cyan = 0.88, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 30 | 251 | 219 | - |
| CMYK | 0.88 | 0 | 0.13 | 0.02 |
| HSL | 171.31º | 0.97% | 0.55% | - |
| HSV(B) | 171.31º | 0.88% | 0.98% | - |
| XYZ | 47.82 | 74.38 | 78.86 | - |
| YUV | 181.27 | 149.28 | 20.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 251 | 219 | 0.88 | 0 | 0.13 | 0.02 | 171.31 | 0.97 | 0.55 |
| Hex | 1E | FB | DB | 58 | 0 | D | 2 | AB | 61 | 37 |
| Octal | 36 | 373 | 333 | 130 | 0 | 15 | 2 | 253 | 141 | 67 |
| Binary | 11110 | 11111011 | 11011011 | 1011000 | 0 | 1101 | 10 | 10101011 | 1100001 | 110111 |
Color Harmonies of #1EFBDB
Complementary color
Monochromatic Colors of #1EFBDB
Black with #1EFBDB
Text Example
Text Example
White with #1EFBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EFBDB; }
p { color: rgb(30,251,219); }
H1.HeaderClassName
{
color: #1EFBDB;
}
.AnyTagClassName
{
color: #1EFBDB;
}
</style>
background-color css
<style>
a { background-color: #1EFBDB; }
a { background-color: rgb(30,251,219); }
div.DivClassName
{
background-color: #1EFBDB;
}
.BgClassName
{
background-color: #1EFBDB;
}
</style>
border-color css
<style>
span { border-color: #1EFBDB; }
span { border-color: rgb(30,251,219); }
td.TdClassName
{
border-color: #1EFBDB;
}
.TagClassName
{
border-color: #1EFBDB;
}
</style>