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