Shades of Bright Turquoise #18E2FC
Tints of Bright Turquoise #18E2FC
RGB
CMYK
RGB Variations
Color information
#18E2FC (or 0x18E2FC) is known color: Bright Turquoise. HEX triplet: 18, E2 and FC. RGB value is (24,226,252). Sum of RGB (Red+Green+Blue) = 24+226+252=502 (66% of max value = 765). Red value is 24 (9.77% from 255 or 4.78% from 502); Green value is 226 (88.67% from 255 or 45.02% from 502); Blue value is 252 (98.83% from 255 or 50.20% from 502); Max value from RGB is 252 - color contains mainly: blue. Hex color #18E2FC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #18E2FC is #E71D03. Grayscale: #A8A8A8. Windows color (decimal): -15146244 or 16572952. OLE color: 16572952.
HSL color Cylindrical-coordinate representation of color #18E2FC: hue angle of 186.84º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #18E2FC is Cyan = 0.90, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 24 | 226 | 252 | - |
| CMYK | 0.90 | 0.10 | 0 | 0.01 |
| HSL | 186.84º | 0.97% | 0.54% | - |
| HSV(B) | 186.84º | 0.9% | 0.99% | - |
| XYZ | 45.14 | 61.62 | 101.61 | - |
| YUV | 168.57 | 175.08 | 24.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 226 | 252 | 0.90 | 0.10 | 0 | 0.01 | 186.84 | 0.97 | 0.54 |
| Hex | 18 | E2 | FC | 5A | A | 0 | 1 | BB | 61 | 36 |
| Octal | 30 | 342 | 374 | 132 | 12 | 0 | 1 | 273 | 141 | 66 |
| Binary | 11000 | 11100010 | 11111100 | 1011010 | 1010 | 0 | 1 | 10111011 | 1100001 | 110110 |
Color Harmonies of #18E2FC
Complementary color
Monochromatic Colors of #18E2FC
Black with #18E2FC
Text Example
Text Example
White with #18E2FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18E2FC; }
p { color: rgb(24,226,252); }
H1.HeaderClassName
{
color: #18E2FC;
}
.AnyTagClassName
{
color: #18E2FC;
}
</style>
background-color css
<style>
a { background-color: #18E2FC; }
a { background-color: rgb(24,226,252); }
div.DivClassName
{
background-color: #18E2FC;
}
.BgClassName
{
background-color: #18E2FC;
}
</style>
border-color css
<style>
span { border-color: #18E2FC; }
span { border-color: rgb(24,226,252); }
td.TdClassName
{
border-color: #18E2FC;
}
.TagClassName
{
border-color: #18E2FC;
}
</style>