Shades of Bright Turquoise #1EDAC9
Tints of Bright Turquoise #1EDAC9
RGB
CMYK
RGB Variations
Color information
#1EDAC9 (or 0x1EDAC9) is known color: Bright Turquoise. HEX triplet: 1E, DA and C9. RGB value is (30,218,201). Sum of RGB (Red+Green+Blue) = 30+218+201=449 (59% of max value = 765). Red value is 30 (12.11% from 255 or 6.68% from 449); Green value is 218 (85.55% from 255 or 48.55% from 449); Blue value is 201 (78.91% from 255 or 44.77% from 449); Max value from RGB is 218 - color contains mainly: green. Hex color #1EDAC9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1EDAC9 is #E12536. Grayscale: #9F9F9F. Windows color (decimal): -14755127 or 13228574. OLE color: 13228574.
HSL color Cylindrical-coordinate representation of color #1EDAC9: hue angle of 174.57º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1EDAC9 is Cyan = 0.86, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.15.
Color convert
RGB | 30 | 218 | 201 | - |
CMYK | 0.86 | 0 | 0.08 | 0.15 |
HSL | 174.57º | 0.76% | 0.49% | - |
HSV(B) | 174.57º | 0.86% | 0.85% | - |
XYZ | 36.15 | 54.64 | 63.9 | - |
YUV | 159.85 | 151.22 | 35.38 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 30 | 218 | 201 | 0.86 | 0 | 0.08 | 0.15 | 174.57 | 0.76 | 0.49 |
Hex | 1E | DA | C9 | 56 | 0 | 8 | F | AF | 4C | 31 |
Octal | 36 | 332 | 311 | 126 | 0 | 10 | 17 | 257 | 114 | 61 |
Binary | 11110 | 11011010 | 11001001 | 1010110 | 0 | 1000 | 1111 | 10101111 | 1001100 | 110001 |
Color Harmonies of #1EDAC9
Complementary color
Monochromatic Colors of #1EDAC9
Black with #1EDAC9
Text Example
Text Example
White with #1EDAC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EDAC9; }
p { color: rgb(30,218,201); }
H1.HeaderClassName
{
color: #1EDAC9;
}
.AnyTagClassName
{
color: #1EDAC9;
}
</style>
background-color css
<style>
a { background-color: #1EDAC9; }
a { background-color: rgb(30,218,201); }
div.DivClassName
{
background-color: #1EDAC9;
}
.BgClassName
{
background-color: #1EDAC9;
}
</style>
border-color css
<style>
span { border-color: #1EDAC9; }
span { border-color: rgb(30,218,201); }
td.TdClassName
{
border-color: #1EDAC9;
}
.TagClassName
{
border-color: #1EDAC9;
}
</style>