Shades of Bright Turquoise #18E5FC
Tints of Bright Turquoise #18E5FC
RGB
CMYK
RGB Variations
Color information
#18E5FC (or 0x18E5FC) is known color: Bright Turquoise. HEX triplet: 18, E5 and FC. RGB value is (24,229,252). Sum of RGB (Red+Green+Blue) = 24+229+252=505 (66% of max value = 765). Red value is 24 (9.77% from 255 or 4.75% from 505); Green value is 229 (89.84% from 255 or 45.35% from 505); Blue value is 252 (98.83% from 255 or 49.90% from 505); Max value from RGB is 252 - color contains mainly: blue. Hex color #18E5FC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #18E5FC is #E71A03. Grayscale: #AAAAAA. Windows color (decimal): -15145476 or 16573720. OLE color: 16573720.
HSL color Cylindrical-coordinate representation of color #18E5FC: hue angle of 186.05º 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 #18E5FC is Cyan = 0.90, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 24 | 229 | 252 | - |
| CMYK | 0.90 | 0.09 | 0 | 0.01 |
| HSL | 186.05º | 0.97% | 0.54% | - |
| HSV(B) | 186.05º | 0.9% | 0.99% | - |
| XYZ | 45.97 | 63.26 | 101.88 | - |
| YUV | 170.33 | 174.08 | 23.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 229 | 252 | 0.90 | 0.09 | 0 | 0.01 | 186.05 | 0.97 | 0.54 |
| Hex | 18 | E5 | FC | 5A | 9 | 0 | 1 | BA | 61 | 36 |
| Octal | 30 | 345 | 374 | 132 | 11 | 0 | 1 | 272 | 141 | 66 |
| Binary | 11000 | 11100101 | 11111100 | 1011010 | 1001 | 0 | 1 | 10111010 | 1100001 | 110110 |
Color Harmonies of #18E5FC
Complementary color
Monochromatic Colors of #18E5FC
Black with #18E5FC
Text Example
Text Example
White with #18E5FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18E5FC; }
p { color: rgb(24,229,252); }
H1.HeaderClassName
{
color: #18E5FC;
}
.AnyTagClassName
{
color: #18E5FC;
}
</style>
background-color css
<style>
a { background-color: #18E5FC; }
a { background-color: rgb(24,229,252); }
div.DivClassName
{
background-color: #18E5FC;
}
.BgClassName
{
background-color: #18E5FC;
}
</style>
border-color css
<style>
span { border-color: #18E5FC; }
span { border-color: rgb(24,229,252); }
td.TdClassName
{
border-color: #18E5FC;
}
.TagClassName
{
border-color: #18E5FC;
}
</style>