Shades of Bright Turquoise #18E2E9
Tints of Bright Turquoise #18E2E9
RGB
CMYK
RGB Variations
Color information
#18E2E9 (or 0x18E2E9) is known color: Bright Turquoise. HEX triplet: 18, E2 and E9. RGB value is (24,226,233). Sum of RGB (Red+Green+Blue) = 24+226+233=483 (63% of max value = 765). Red value is 24 (9.77% from 255 or 4.97% from 483); Green value is 226 (88.67% from 255 or 46.79% from 483); Blue value is 233 (91.41% from 255 or 48.24% from 483); Max value from RGB is 233 - color contains mainly: blue. Hex color #18E2E9 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #18E2E9 is #E71D16. Grayscale: #A6A6A6. Windows color (decimal): -15146263 or 15327768. OLE color: 15327768.
HSL color Cylindrical-coordinate representation of color #18E2E9: hue angle of 182.01º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #18E2E9 is Cyan = 0.90, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 24 | 226 | 233 | - |
| CMYK | 0.90 | 0.03 | 0 | 0.09 |
| HSL | 182.01º | 0.83% | 0.5% | - |
| HSV(B) | 182.01º | 0.9% | 0.91% | - |
| XYZ | 42.28 | 60.47 | 86.53 | - |
| YUV | 166.4 | 165.58 | 26.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 226 | 233 | 0.90 | 0.03 | 0 | 0.09 | 182.01 | 0.83 | 0.5 |
| Hex | 18 | E2 | E9 | 5A | 3 | 0 | 9 | B6 | 53 | 32 |
| Octal | 30 | 342 | 351 | 132 | 3 | 0 | 11 | 266 | 123 | 62 |
| Binary | 11000 | 11100010 | 11101001 | 1011010 | 11 | 0 | 1001 | 10110110 | 1010011 | 110010 |
Color Harmonies of #18E2E9
Complementary color
Monochromatic Colors of #18E2E9
Black with #18E2E9
Text Example
Text Example
White with #18E2E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18E2E9; }
p { color: rgb(24,226,233); }
H1.HeaderClassName
{
color: #18E2E9;
}
.AnyTagClassName
{
color: #18E2E9;
}
</style>
background-color css
<style>
a { background-color: #18E2E9; }
a { background-color: rgb(24,226,233); }
div.DivClassName
{
background-color: #18E2E9;
}
.BgClassName
{
background-color: #18E2E9;
}
</style>
border-color css
<style>
span { border-color: #18E2E9; }
span { border-color: rgb(24,226,233); }
td.TdClassName
{
border-color: #18E2E9;
}
.TagClassName
{
border-color: #18E2E9;
}
</style>