Shades of Bright Turquoise #1ED6F3
Tints of Bright Turquoise #1ED6F3
RGB
CMYK
RGB Variations
Color information
#1ED6F3 (or 0x1ED6F3) is known color: Bright Turquoise. HEX triplet: 1E, D6 and F3. RGB value is (30,214,243). Sum of RGB (Red+Green+Blue) = 30+214+243=487 (64% of max value = 765). Red value is 30 (12.11% from 255 or 6.16% from 487); Green value is 214 (83.98% from 255 or 43.94% from 487); Blue value is 243 (95.31% from 255 or 49.90% from 487); Max value from RGB is 243 - color contains mainly: blue. Hex color #1ED6F3 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1ED6F3 is #E1290C. Grayscale: #A1A1A1. Windows color (decimal): -14756109 or 15980062. OLE color: 15980062.
HSL color Cylindrical-coordinate representation of color #1ED6F3: hue angle of 188.17º 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 #1ED6F3 is Cyan = 0.88, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 30 | 214 | 243 | - |
| CMYK | 0.88 | 0.12 | 0 | 0.05 |
| HSL | 188.17º | 0.9% | 0.54% | - |
| HSV(B) | 188.17º | 0.88% | 0.95% | - |
| XYZ | 40.76 | 54.84 | 93.23 | - |
| YUV | 162.29 | 173.54 | 33.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 214 | 243 | 0.88 | 0.12 | 0 | 0.05 | 188.17 | 0.9 | 0.54 |
| Hex | 1E | D6 | F3 | 58 | C | 0 | 5 | BC | 5A | 36 |
| Octal | 36 | 326 | 363 | 130 | 14 | 0 | 5 | 274 | 132 | 66 |
| Binary | 11110 | 11010110 | 11110011 | 1011000 | 1100 | 0 | 101 | 10111100 | 1011010 | 110110 |
Color Harmonies of #1ED6F3
Complementary color
Monochromatic Colors of #1ED6F3
Black with #1ED6F3
Text Example
Text Example
White with #1ED6F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ED6F3; }
p { color: rgb(30,214,243); }
H1.HeaderClassName
{
color: #1ED6F3;
}
.AnyTagClassName
{
color: #1ED6F3;
}
</style>
background-color css
<style>
a { background-color: #1ED6F3; }
a { background-color: rgb(30,214,243); }
div.DivClassName
{
background-color: #1ED6F3;
}
.BgClassName
{
background-color: #1ED6F3;
}
</style>
border-color css
<style>
span { border-color: #1ED6F3; }
span { border-color: rgb(30,214,243); }
td.TdClassName
{
border-color: #1ED6F3;
}
.TagClassName
{
border-color: #1ED6F3;
}
</style>