Shades of Bright Turquoise #1ED8F3
Tints of Bright Turquoise #1ED8F3
RGB
CMYK
RGB Variations
Color information
#1ED8F3 (or 0x1ED8F3) is known color: Bright Turquoise. HEX triplet: 1E, D8 and F3. RGB value is (30,216,243). Sum of RGB (Red+Green+Blue) = 30+216+243=489 (64% of max value = 765). Red value is 30 (12.11% from 255 or 6.13% from 489); Green value is 216 (84.77% from 255 or 44.17% from 489); Blue value is 243 (95.31% from 255 or 49.69% from 489); Max value from RGB is 243 - color contains mainly: blue. Hex color #1ED8F3 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1ED8F3 is #E1270C. Grayscale: #A3A3A3. Windows color (decimal): -14755597 or 15980574. OLE color: 15980574.
HSL color Cylindrical-coordinate representation of color #1ED8F3: hue angle of 187.61º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1ED8F3 is Cyan = 0.88, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 30 | 216 | 243 | - |
| CMYK | 0.88 | 0.11 | 0 | 0.05 |
| HSL | 187.61º | 0.9% | 0.54% | - |
| HSV(B) | 187.61º | 0.88% | 0.95% | - |
| XYZ | 41.27 | 55.86 | 93.4 | - |
| YUV | 163.46 | 172.88 | 32.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 216 | 243 | 0.88 | 0.11 | 0 | 0.05 | 187.61 | 0.9 | 0.54 |
| Hex | 1E | D8 | F3 | 58 | B | 0 | 5 | BC | 5A | 36 |
| Octal | 36 | 330 | 363 | 130 | 13 | 0 | 5 | 274 | 132 | 66 |
| Binary | 11110 | 11011000 | 11110011 | 1011000 | 1011 | 0 | 101 | 10111100 | 1011010 | 110110 |
Color Harmonies of #1ED8F3
Complementary color
Monochromatic Colors of #1ED8F3
Black with #1ED8F3
Text Example
Text Example
White with #1ED8F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ED8F3; }
p { color: rgb(30,216,243); }
H1.HeaderClassName
{
color: #1ED8F3;
}
.AnyTagClassName
{
color: #1ED8F3;
}
</style>
background-color css
<style>
a { background-color: #1ED8F3; }
a { background-color: rgb(30,216,243); }
div.DivClassName
{
background-color: #1ED8F3;
}
.BgClassName
{
background-color: #1ED8F3;
}
</style>
border-color css
<style>
span { border-color: #1ED8F3; }
span { border-color: rgb(30,216,243); }
td.TdClassName
{
border-color: #1ED8F3;
}
.TagClassName
{
border-color: #1ED8F3;
}
</style>