Shades of Bright Turquoise #1EDFFE
Tints of Bright Turquoise #1EDFFE
RGB
CMYK
RGB Variations
Color information
#1EDFFE (or 0x1EDFFE) is known color: Bright Turquoise. HEX triplet: 1E, DF and FE. RGB value is (30,223,254). Sum of RGB (Red+Green+Blue) = 30+223+254=507 (67% of max value = 765). Red value is 30 (12.11% from 255 or 5.92% from 507); Green value is 223 (87.5% from 255 or 43.98% from 507); Blue value is 254 (99.61% from 255 or 50.10% from 507); Max value from RGB is 254 - color contains mainly: blue. Hex color #1EDFFE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1EDFFE is #E12001. Grayscale: #A8A8A8. Windows color (decimal): -14753794 or 16703262. OLE color: 16703262.
HSL color Cylindrical-coordinate representation of color #1EDFFE: hue angle of 188.3º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1EDFFE is Cyan = 0.88, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 30 | 223 | 254 | - |
| CMYK | 0.88 | 0.12 | 0 | 0.00 |
| HSL | 188.3º | 0.99% | 0.56% | - |
| HSV(B) | 188.3º | 0.88% | 1% | - |
| XYZ | 44.81 | 60.21 | 103.03 | - |
| YUV | 168.83 | 176.06 | 28.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 223 | 254 | 0.88 | 0.12 | 0 | 0.00 | 188.3 | 0.99 | 0.56 |
| Hex | 1E | DF | FE | 58 | C | 0 | 0 | BC | 63 | 38 |
| Octal | 36 | 337 | 376 | 130 | 14 | 0 | 0 | 274 | 143 | 70 |
| Binary | 11110 | 11011111 | 11111110 | 1011000 | 1100 | 0 | 0 | 10111100 | 1100011 | 111000 |
Color Harmonies of #1EDFFE
Complementary color
Monochromatic Colors of #1EDFFE
Black with #1EDFFE
Text Example
Text Example
White with #1EDFFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EDFFE; }
p { color: rgb(30,223,254); }
H1.HeaderClassName
{
color: #1EDFFE;
}
.AnyTagClassName
{
color: #1EDFFE;
}
</style>
background-color css
<style>
a { background-color: #1EDFFE; }
a { background-color: rgb(30,223,254); }
div.DivClassName
{
background-color: #1EDFFE;
}
.BgClassName
{
background-color: #1EDFFE;
}
</style>
border-color css
<style>
span { border-color: #1EDFFE; }
span { border-color: rgb(30,223,254); }
td.TdClassName
{
border-color: #1EDFFE;
}
.TagClassName
{
border-color: #1EDFFE;
}
</style>