Shades of Bright Turquoise #18E2FA
Tints of Bright Turquoise #18E2FA
RGB
CMYK
RGB Variations
Color information
#18E2FA (or 0x18E2FA) is known color: Bright Turquoise. HEX triplet: 18, E2 and FA. RGB value is (24,226,250). Sum of RGB (Red+Green+Blue) = 24+226+250=500 (66% of max value = 765). Red value is 24 (9.77% from 255 or 4.8% from 500); Green value is 226 (88.67% from 255 or 45.2% from 500); Blue value is 250 (98.05% from 255 or 50% from 500); Max value from RGB is 250 - color contains mainly: blue. Hex color #18E2FA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #18E2FA is #E71D05. Grayscale: #A8A8A8. Windows color (decimal): -15146246 or 16441880. OLE color: 16441880.
HSL color Cylindrical-coordinate representation of color #18E2FA: hue angle of 186.37º degrees, saturation: 0.96, 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 #18E2FA is Cyan = 0.90, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 24 | 226 | 250 | - |
| CMYK | 0.90 | 0.10 | 0 | 0.02 |
| HSL | 186.37º | 0.96% | 0.54% | - |
| HSV(B) | 186.37º | 0.9% | 0.98% | - |
| XYZ | 44.83 | 61.49 | 99.95 | - |
| YUV | 168.34 | 174.08 | 25.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 226 | 250 | 0.90 | 0.10 | 0 | 0.02 | 186.37 | 0.96 | 0.54 |
| Hex | 18 | E2 | FA | 5A | A | 0 | 2 | BA | 60 | 36 |
| Octal | 30 | 342 | 372 | 132 | 12 | 0 | 2 | 272 | 140 | 66 |
| Binary | 11000 | 11100010 | 11111010 | 1011010 | 1010 | 0 | 10 | 10111010 | 1100000 | 110110 |
Color Harmonies of #18E2FA
Complementary color
Monochromatic Colors of #18E2FA
Black with #18E2FA
Text Example
Text Example
White with #18E2FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18E2FA; }
p { color: rgb(24,226,250); }
H1.HeaderClassName
{
color: #18E2FA;
}
.AnyTagClassName
{
color: #18E2FA;
}
</style>
background-color css
<style>
a { background-color: #18E2FA; }
a { background-color: rgb(24,226,250); }
div.DivClassName
{
background-color: #18E2FA;
}
.BgClassName
{
background-color: #18E2FA;
}
</style>
border-color css
<style>
span { border-color: #18E2FA; }
span { border-color: rgb(24,226,250); }
td.TdClassName
{
border-color: #18E2FA;
}
.TagClassName
{
border-color: #18E2FA;
}
</style>