Shades of Bright Turquoise #18E0FE
Tints of Bright Turquoise #18E0FE
RGB
CMYK
RGB Variations
Color information
#18E0FE (or 0x18E0FE) is known color: Bright Turquoise. HEX triplet: 18, E0 and FE. RGB value is (24,224,254). Sum of RGB (Red+Green+Blue) = 24+224+254=502 (66% of max value = 765). Red value is 24 (9.77% from 255 or 4.78% from 502); Green value is 224 (87.89% from 255 or 44.62% from 502); Blue value is 254 (99.61% from 255 or 50.60% from 502); Max value from RGB is 254 - color contains mainly: blue. Hex color #18E0FE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #18E0FE is #E71F01. Grayscale: #A7A7A7. Windows color (decimal): -15146754 or 16703512. OLE color: 16703512.
HSL color Cylindrical-coordinate representation of color #18E0FE: hue angle of 187.83º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #18E0FE is Cyan = 0.91, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 24 | 224 | 254 | - |
| CMYK | 0.91 | 0.12 | 0 | 0.00 |
| HSL | 187.83º | 0.99% | 0.55% | - |
| HSV(B) | 187.83º | 0.91% | 1% | - |
| XYZ | 44.92 | 60.66 | 103.11 | - |
| YUV | 167.62 | 176.74 | 25.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 224 | 254 | 0.91 | 0.12 | 0 | 0.00 | 187.83 | 0.99 | 0.55 |
| Hex | 18 | E0 | FE | 5B | C | 0 | 0 | BC | 63 | 37 |
| Octal | 30 | 340 | 376 | 133 | 14 | 0 | 0 | 274 | 143 | 67 |
| Binary | 11000 | 11100000 | 11111110 | 1011011 | 1100 | 0 | 0 | 10111100 | 1100011 | 110111 |
Color Harmonies of #18E0FE
Complementary color
Monochromatic Colors of #18E0FE
Black with #18E0FE
Text Example
Text Example
White with #18E0FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18E0FE; }
p { color: rgb(24,224,254); }
H1.HeaderClassName
{
color: #18E0FE;
}
.AnyTagClassName
{
color: #18E0FE;
}
</style>
background-color css
<style>
a { background-color: #18E0FE; }
a { background-color: rgb(24,224,254); }
div.DivClassName
{
background-color: #18E0FE;
}
.BgClassName
{
background-color: #18E0FE;
}
</style>
border-color css
<style>
span { border-color: #18E0FE; }
span { border-color: rgb(24,224,254); }
td.TdClassName
{
border-color: #18E0FE;
}
.TagClassName
{
border-color: #18E0FE;
}
</style>