Shades of Bright Turquoise #1EDEF9
Tints of Bright Turquoise #1EDEF9
RGB
CMYK
RGB Variations
Color information
#1EDEF9 (or 0x1EDEF9) is known color: Bright Turquoise. HEX triplet: 1E, DE and F9. RGB value is (30,222,249). Sum of RGB (Red+Green+Blue) = 30+222+249=501 (66% of max value = 765). Red value is 30 (12.11% from 255 or 5.99% from 501); Green value is 222 (87.11% from 255 or 44.31% from 501); Blue value is 249 (97.66% from 255 or 49.70% from 501); Max value from RGB is 249 - color contains mainly: blue. Hex color #1EDEF9 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1EDEF9 is #E12106. Grayscale: #A7A7A7. Windows color (decimal): -14754055 or 16375326. OLE color: 16375326.
HSL color Cylindrical-coordinate representation of color #1EDEF9: hue angle of 187.4º degrees, saturation: 0.95, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1EDEF9 is Cyan = 0.88, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 30 | 222 | 249 | - |
| CMYK | 0.88 | 0.11 | 0 | 0.02 |
| HSL | 187.4º | 0.95% | 0.55% | - |
| HSV(B) | 187.4º | 0.88% | 0.98% | - |
| XYZ | 43.76 | 59.36 | 98.77 | - |
| YUV | 167.67 | 173.89 | 29.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 222 | 249 | 0.88 | 0.11 | 0 | 0.02 | 187.4 | 0.95 | 0.55 |
| Hex | 1E | DE | F9 | 58 | B | 0 | 2 | BB | 5F | 37 |
| Octal | 36 | 336 | 371 | 130 | 13 | 0 | 2 | 273 | 137 | 67 |
| Binary | 11110 | 11011110 | 11111001 | 1011000 | 1011 | 0 | 10 | 10111011 | 1011111 | 110111 |
Color Harmonies of #1EDEF9
Complementary color
Monochromatic Colors of #1EDEF9
Black with #1EDEF9
Text Example
Text Example
White with #1EDEF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EDEF9; }
p { color: rgb(30,222,249); }
H1.HeaderClassName
{
color: #1EDEF9;
}
.AnyTagClassName
{
color: #1EDEF9;
}
</style>
background-color css
<style>
a { background-color: #1EDEF9; }
a { background-color: rgb(30,222,249); }
div.DivClassName
{
background-color: #1EDEF9;
}
.BgClassName
{
background-color: #1EDEF9;
}
</style>
border-color css
<style>
span { border-color: #1EDEF9; }
span { border-color: rgb(30,222,249); }
td.TdClassName
{
border-color: #1EDEF9;
}
.TagClassName
{
border-color: #1EDEF9;
}
</style>