Shades of Bright Turquoise #1ECEEB
Tints of Bright Turquoise #1ECEEB
RGB
CMYK
RGB Variations
Color information
#1ECEEB (or 0x1ECEEB) is known color: Bright Turquoise. HEX triplet: 1E, CE and EB. RGB value is (30,206,235). Sum of RGB (Red+Green+Blue) = 30+206+235=471 (62% of max value = 765). Red value is 30 (12.11% from 255 or 6.37% from 471); Green value is 206 (80.86% from 255 or 43.74% from 471); Blue value is 235 (92.19% from 255 or 49.89% from 471); Max value from RGB is 235 - color contains mainly: blue. Hex color #1ECEEB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1ECEEB is #E13114. Grayscale: #9C9C9C. Windows color (decimal): -14758165 or 15453726. OLE color: 15453726.
HSL color Cylindrical-coordinate representation of color #1ECEEB: hue angle of 188.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 #1ECEEB is Cyan = 0.87, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 30 | 206 | 235 | - |
| CMYK | 0.87 | 0.12 | 0 | 0.08 |
| HSL | 188.49º | 0.84% | 0.52% | - |
| HSV(B) | 188.49º | 0.87% | 0.92% | - |
| XYZ | 37.6 | 50.42 | 86.35 | - |
| YUV | 156.68 | 172.19 | 37.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 206 | 235 | 0.87 | 0.12 | 0 | 0.08 | 188.49 | 0.84 | 0.52 |
| Hex | 1E | CE | EB | 57 | C | 0 | 8 | BC | 54 | 34 |
| Octal | 36 | 316 | 353 | 127 | 14 | 0 | 10 | 274 | 124 | 64 |
| Binary | 11110 | 11001110 | 11101011 | 1010111 | 1100 | 0 | 1000 | 10111100 | 1010100 | 110100 |
Color Harmonies of #1ECEEB
Complementary color
Monochromatic Colors of #1ECEEB
Black with #1ECEEB
Text Example
Text Example
White with #1ECEEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ECEEB; }
p { color: rgb(30,206,235); }
H1.HeaderClassName
{
color: #1ECEEB;
}
.AnyTagClassName
{
color: #1ECEEB;
}
</style>
background-color css
<style>
a { background-color: #1ECEEB; }
a { background-color: rgb(30,206,235); }
div.DivClassName
{
background-color: #1ECEEB;
}
.BgClassName
{
background-color: #1ECEEB;
}
</style>
border-color css
<style>
span { border-color: #1ECEEB; }
span { border-color: rgb(30,206,235); }
td.TdClassName
{
border-color: #1ECEEB;
}
.TagClassName
{
border-color: #1ECEEB;
}
</style>