Shades of Bright Turquoise #1EFDEE
Tints of Bright Turquoise #1EFDEE
RGB
CMYK
RGB Variations
Color information
#1EFDEE (or 0x1EFDEE) is known color: Bright Turquoise. HEX triplet: 1E, FD and EE. RGB value is (30,253,238). Sum of RGB (Red+Green+Blue) = 30+253+238=521 (69% of max value = 765). Red value is 30 (12.11% from 255 or 5.76% from 521); Green value is 253 (99.22% from 255 or 48.56% from 521); Blue value is 238 (93.36% from 255 or 45.68% from 521); Max value from RGB is 253 - color contains mainly: green. Hex color #1EFDEE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #1EFDEE is #E10211. Grayscale: #B8B8B8. Windows color (decimal): -14746130 or 15662366. OLE color: 15662366.
HSL color Cylindrical-coordinate representation of color #1EFDEE: hue angle of 175.96º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1EFDEE is Cyan = 0.88, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 30 | 253 | 238 | - |
| CMYK | 0.88 | 0 | 0.06 | 0.01 |
| HSL | 175.96º | 0.98% | 0.55% | - |
| HSV(B) | 175.96º | 0.88% | 0.99% | - |
| XYZ | 51.09 | 76.7 | 93 | - |
| YUV | 184.61 | 158.12 | 17.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 253 | 238 | 0.88 | 0 | 0.06 | 0.01 | 175.96 | 0.98 | 0.55 |
| Hex | 1E | FD | EE | 58 | 0 | 6 | 1 | B0 | 62 | 37 |
| Octal | 36 | 375 | 356 | 130 | 0 | 6 | 1 | 260 | 142 | 67 |
| Binary | 11110 | 11111101 | 11101110 | 1011000 | 0 | 110 | 1 | 10110000 | 1100010 | 110111 |
Color Harmonies of #1EFDEE
Complementary color
Monochromatic Colors of #1EFDEE
Black with #1EFDEE
Text Example
Text Example
White with #1EFDEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EFDEE; }
p { color: rgb(30,253,238); }
H1.HeaderClassName
{
color: #1EFDEE;
}
.AnyTagClassName
{
color: #1EFDEE;
}
</style>
background-color css
<style>
a { background-color: #1EFDEE; }
a { background-color: rgb(30,253,238); }
div.DivClassName
{
background-color: #1EFDEE;
}
.BgClassName
{
background-color: #1EFDEE;
}
</style>
border-color css
<style>
span { border-color: #1EFDEE; }
span { border-color: rgb(30,253,238); }
td.TdClassName
{
border-color: #1EFDEE;
}
.TagClassName
{
border-color: #1EFDEE;
}
</style>