Shades of Bright Turquoise #1EEBDF
Tints of Bright Turquoise #1EEBDF
RGB
CMYK
RGB Variations
Color information
#1EEBDF (or 0x1EEBDF) is known color: Bright Turquoise. HEX triplet: 1E, EB and DF. RGB value is (30,235,223). Sum of RGB (Red+Green+Blue) = 30+235+223=488 (64% of max value = 765). Red value is 30 (12.11% from 255 or 6.15% from 488); Green value is 235 (92.19% from 255 or 48.16% from 488); Blue value is 223 (87.5% from 255 or 45.70% from 488); Max value from RGB is 235 - color contains mainly: green. Hex color #1EEBDF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1EEBDF is #E11420. Grayscale: #ACACAC. Windows color (decimal): -14750753 or 14674718. OLE color: 14674718.
HSL color Cylindrical-coordinate representation of color #1EEBDF: hue angle of 176.49º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1EEBDF is Cyan = 0.87, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 30 | 235 | 223 | - |
| CMYK | 0.87 | 0 | 0.05 | 0.08 |
| HSL | 176.49º | 0.84% | 0.52% | - |
| HSV(B) | 176.49º | 0.87% | 0.92% | - |
| XYZ | 43.56 | 65.02 | 80.07 | - |
| YUV | 172.34 | 156.58 | 26.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 235 | 223 | 0.87 | 0 | 0.05 | 0.08 | 176.49 | 0.84 | 0.52 |
| Hex | 1E | EB | DF | 57 | 0 | 5 | 8 | B0 | 54 | 34 |
| Octal | 36 | 353 | 337 | 127 | 0 | 5 | 10 | 260 | 124 | 64 |
| Binary | 11110 | 11101011 | 11011111 | 1010111 | 0 | 101 | 1000 | 10110000 | 1010100 | 110100 |
Color Harmonies of #1EEBDF
Complementary color
Monochromatic Colors of #1EEBDF
Black with #1EEBDF
Text Example
Text Example
White with #1EEBDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EEBDF; }
p { color: rgb(30,235,223); }
H1.HeaderClassName
{
color: #1EEBDF;
}
.AnyTagClassName
{
color: #1EEBDF;
}
</style>
background-color css
<style>
a { background-color: #1EEBDF; }
a { background-color: rgb(30,235,223); }
div.DivClassName
{
background-color: #1EEBDF;
}
.BgClassName
{
background-color: #1EEBDF;
}
</style>
border-color css
<style>
span { border-color: #1EEBDF; }
span { border-color: rgb(30,235,223); }
td.TdClassName
{
border-color: #1EEBDF;
}
.TagClassName
{
border-color: #1EEBDF;
}
</style>