Shades of Bright Turquoise #1EDEF5
Tints of Bright Turquoise #1EDEF5
RGB
CMYK
RGB Variations
Color information
#1EDEF5 (or 0x1EDEF5) is known color: Bright Turquoise. HEX triplet: 1E, DE and F5. RGB value is (30,222,245). Sum of RGB (Red+Green+Blue) = 30+222+245=497 (65% of max value = 765). Red value is 30 (12.11% from 255 or 6.04% from 497); Green value is 222 (87.11% from 255 or 44.67% from 497); Blue value is 245 (96.09% from 255 or 49.30% from 497); Max value from RGB is 245 - color contains mainly: blue. Hex color #1EDEF5 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1EDEF5 is #E1210A. Grayscale: #A6A6A6. Windows color (decimal): -14754059 or 16113182. OLE color: 16113182.
HSL color Cylindrical-coordinate representation of color #1EDEF5: hue angle of 186.42º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1EDEF5 is Cyan = 0.88, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 30 | 222 | 245 | - |
| CMYK | 0.88 | 0.09 | 0 | 0.04 |
| HSL | 186.42º | 0.91% | 0.54% | - |
| HSV(B) | 186.42º | 0.88% | 0.96% | - |
| XYZ | 43.14 | 59.11 | 95.52 | - |
| YUV | 167.21 | 171.89 | 30.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 222 | 245 | 0.88 | 0.09 | 0 | 0.04 | 186.42 | 0.91 | 0.54 |
| Hex | 1E | DE | F5 | 58 | 9 | 0 | 4 | BA | 5B | 36 |
| Octal | 36 | 336 | 365 | 130 | 11 | 0 | 4 | 272 | 133 | 66 |
| Binary | 11110 | 11011110 | 11110101 | 1011000 | 1001 | 0 | 100 | 10111010 | 1011011 | 110110 |
Color Harmonies of #1EDEF5
Complementary color
Monochromatic Colors of #1EDEF5
Black with #1EDEF5
Text Example
Text Example
White with #1EDEF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EDEF5; }
p { color: rgb(30,222,245); }
H1.HeaderClassName
{
color: #1EDEF5;
}
.AnyTagClassName
{
color: #1EDEF5;
}
</style>
background-color css
<style>
a { background-color: #1EDEF5; }
a { background-color: rgb(30,222,245); }
div.DivClassName
{
background-color: #1EDEF5;
}
.BgClassName
{
background-color: #1EDEF5;
}
</style>
border-color css
<style>
span { border-color: #1EDEF5; }
span { border-color: rgb(30,222,245); }
td.TdClassName
{
border-color: #1EDEF5;
}
.TagClassName
{
border-color: #1EDEF5;
}
</style>