Shades of Bright Turquoise #18E5FB
Tints of Bright Turquoise #18E5FB
RGB
CMYK
RGB Variations
Color information
#18E5FB (or 0x18E5FB) is known color: Bright Turquoise. HEX triplet: 18, E5 and FB. RGB value is (24,229,251). Sum of RGB (Red+Green+Blue) = 24+229+251=504 (66% of max value = 765). Red value is 24 (9.77% from 255 or 4.76% from 504); Green value is 229 (89.84% from 255 or 45.44% from 504); Blue value is 251 (98.44% from 255 or 49.80% from 504); Max value from RGB is 251 - color contains mainly: blue. Hex color #18E5FB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #18E5FB is #E71A04. Grayscale: #A9A9A9. Windows color (decimal): -15145477 or 16508184. OLE color: 16508184.
HSL color Cylindrical-coordinate representation of color #18E5FB: hue angle of 185.81º degrees, saturation: 0.97, 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 #18E5FB is Cyan = 0.90, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 24 | 229 | 251 | - |
| CMYK | 0.90 | 0.09 | 0 | 0.02 |
| HSL | 185.82º | 0.97% | 0.54% | - |
| HSV(B) | 185.82º | 0.9% | 0.98% | - |
| XYZ | 45.81 | 63.2 | 101.05 | - |
| YUV | 170.21 | 173.58 | 23.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 229 | 251 | 0.90 | 0.09 | 0 | 0.02 | 185.82 | 0.97 | 0.54 |
| Hex | 18 | E5 | FB | 5A | 9 | 0 | 2 | BA | 61 | 36 |
| Octal | 30 | 345 | 373 | 132 | 11 | 0 | 2 | 272 | 141 | 66 |
| Binary | 11000 | 11100101 | 11111011 | 1011010 | 1001 | 0 | 10 | 10111010 | 1100001 | 110110 |
Color Harmonies of #18E5FB
Complementary color
Monochromatic Colors of #18E5FB
Black with #18E5FB
Text Example
Text Example
White with #18E5FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18E5FB; }
p { color: rgb(24,229,251); }
H1.HeaderClassName
{
color: #18E5FB;
}
.AnyTagClassName
{
color: #18E5FB;
}
</style>
background-color css
<style>
a { background-color: #18E5FB; }
a { background-color: rgb(24,229,251); }
div.DivClassName
{
background-color: #18E5FB;
}
.BgClassName
{
background-color: #18E5FB;
}
</style>
border-color css
<style>
span { border-color: #18E5FB; }
span { border-color: rgb(24,229,251); }
td.TdClassName
{
border-color: #18E5FB;
}
.TagClassName
{
border-color: #18E5FB;
}
</style>