Shades of Bright Turquoise #18E2F9
Tints of Bright Turquoise #18E2F9
RGB
CMYK
RGB Variations
Color information
#18E2F9 (or 0x18E2F9) is known color: Bright Turquoise. HEX triplet: 18, E2 and F9. RGB value is (24,226,249). Sum of RGB (Red+Green+Blue) = 24+226+249=499 (66% of max value = 765). Red value is 24 (9.77% from 255 or 4.81% from 499); Green value is 226 (88.67% from 255 or 45.29% from 499); Blue value is 249 (97.66% from 255 or 49.90% from 499); Max value from RGB is 249 - color contains mainly: blue. Hex color #18E2F9 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #18E2F9 is #E71D06. Grayscale: #A7A7A7. Windows color (decimal): -15146247 or 16376344. OLE color: 16376344.
HSL color Cylindrical-coordinate representation of color #18E2F9: hue angle of 186.13º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #18E2F9 is Cyan = 0.90, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 24 | 226 | 249 | - |
| CMYK | 0.90 | 0.09 | 0 | 0.02 |
| HSL | 186.13º | 0.95% | 0.54% | - |
| HSV(B) | 186.13º | 0.9% | 0.98% | - |
| XYZ | 44.67 | 61.43 | 99.12 | - |
| YUV | 168.22 | 173.58 | 25.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 226 | 249 | 0.90 | 0.09 | 0 | 0.02 | 186.13 | 0.95 | 0.54 |
| Hex | 18 | E2 | F9 | 5A | 9 | 0 | 2 | BA | 5F | 36 |
| Octal | 30 | 342 | 371 | 132 | 11 | 0 | 2 | 272 | 137 | 66 |
| Binary | 11000 | 11100010 | 11111001 | 1011010 | 1001 | 0 | 10 | 10111010 | 1011111 | 110110 |
Color Harmonies of #18E2F9
Complementary color
Monochromatic Colors of #18E2F9
Black with #18E2F9
Text Example
Text Example
White with #18E2F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18E2F9; }
p { color: rgb(24,226,249); }
H1.HeaderClassName
{
color: #18E2F9;
}
.AnyTagClassName
{
color: #18E2F9;
}
</style>
background-color css
<style>
a { background-color: #18E2F9; }
a { background-color: rgb(24,226,249); }
div.DivClassName
{
background-color: #18E2F9;
}
.BgClassName
{
background-color: #18E2F9;
}
</style>
border-color css
<style>
span { border-color: #18E2F9; }
span { border-color: rgb(24,226,249); }
td.TdClassName
{
border-color: #18E2F9;
}
.TagClassName
{
border-color: #18E2F9;
}
</style>