Shades of Bright Turquoise #1EDEFF
Tints of Bright Turquoise #1EDEFF
RGB
CMYK
RGB Variations
Color information
#1EDEFF (or 0x1EDEFF) is known color: Bright Turquoise. HEX triplet: 1E, DE and FF. RGB value is (30,222,255). Sum of RGB (Red+Green+Blue) = 30+222+255=507 (67% of max value = 765). Red value is 30 (12.11% from 255 or 5.92% from 507); Green value is 222 (87.11% from 255 or 43.79% from 507); Blue value is 255 (100% from 255 or 50.30% from 507); Max value from RGB is 255 - color contains mainly: blue. Hex color #1EDEFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1EDEFF is #E12100. Grayscale: #A8A8A8. Windows color (decimal): -14754049 or 16768542. OLE color: 16768542.
HSL color Cylindrical-coordinate representation of color #1EDEFF: hue angle of 188.8º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1EDEFF is Cyan = 0.88, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 30 | 222 | 255 | - |
| CMYK | 0.88 | 0.13 | 0 | 0 |
| HSL | 188.8º | 1% | 0.56% | - |
| HSV(B) | 188.8º | 0.88% | 1% | - |
| XYZ | 44.71 | 59.74 | 103.78 | - |
| YUV | 168.35 | 176.89 | 29.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 222 | 255 | 0.88 | 0.13 | 0 | 0 | 188.8 | 1 | 0.56 |
| Hex | 1E | DE | FF | 58 | D | 0 | 0 | BD | 64 | 38 |
| Octal | 36 | 336 | 377 | 130 | 15 | 0 | 0 | 275 | 144 | 70 |
| Binary | 11110 | 11011110 | 11111111 | 1011000 | 1101 | 0 | 0 | 10111101 | 1100100 | 111000 |
Color Harmonies of #1EDEFF
Complementary color
Monochromatic Colors of #1EDEFF
Black with #1EDEFF
Text Example
Text Example
White with #1EDEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EDEFF; }
p { color: rgb(30,222,255); }
H1.HeaderClassName
{
color: #1EDEFF;
}
.AnyTagClassName
{
color: #1EDEFF;
}
</style>
background-color css
<style>
a { background-color: #1EDEFF; }
a { background-color: rgb(30,222,255); }
div.DivClassName
{
background-color: #1EDEFF;
}
.BgClassName
{
background-color: #1EDEFF;
}
</style>
border-color css
<style>
span { border-color: #1EDEFF; }
span { border-color: rgb(30,222,255); }
td.TdClassName
{
border-color: #1EDEFF;
}
.TagClassName
{
border-color: #1EDEFF;
}
</style>