Shades of Bright Turquoise #18F5BE
Tints of Bright Turquoise #18F5BE
RGB
CMYK
RGB Variations
Color information
#18F5BE (or 0x18F5BE) is known color: Bright Turquoise. HEX triplet: 18, F5 and BE. RGB value is (24,245,190). Sum of RGB (Red+Green+Blue) = 24+245+190=459 (60% of max value = 765). Red value is 24 (9.77% from 255 or 5.23% from 459); Green value is 245 (96.09% from 255 or 53.38% from 459); Blue value is 190 (74.61% from 255 or 41.39% from 459); Max value from RGB is 245 - color contains mainly: green. Hex color #18F5BE is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #18F5BE is #E70A41. Grayscale: #ACACAC. Windows color (decimal): -15141442 or 12514584. OLE color: 12514584.
HSL color Cylindrical-coordinate representation of color #18F5BE: hue angle of 165.07º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #18F5BE is Cyan = 0.90, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 24 | 245 | 190 | - |
| CMYK | 0.90 | 0 | 0.22 | 0.04 |
| HSL | 165.07º | 0.92% | 0.53% | - |
| HSV(B) | 165.07º | 0.9% | 0.96% | - |
| XYZ | 42.32 | 69.22 | 59.84 | - |
| YUV | 172.65 | 137.78 | 21.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 245 | 190 | 0.90 | 0 | 0.22 | 0.04 | 165.07 | 0.92 | 0.53 |
| Hex | 18 | F5 | BE | 5A | 0 | 16 | 4 | A5 | 5C | 35 |
| Octal | 30 | 365 | 276 | 132 | 0 | 26 | 4 | 245 | 134 | 65 |
| Binary | 11000 | 11110101 | 10111110 | 1011010 | 0 | 10110 | 100 | 10100101 | 1011100 | 110101 |
Color Harmonies of #18F5BE
Complementary color
Monochromatic Colors of #18F5BE
Black with #18F5BE
Text Example
Text Example
White with #18F5BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18F5BE; }
p { color: rgb(24,245,190); }
H1.HeaderClassName
{
color: #18F5BE;
}
.AnyTagClassName
{
color: #18F5BE;
}
</style>
background-color css
<style>
a { background-color: #18F5BE; }
a { background-color: rgb(24,245,190); }
div.DivClassName
{
background-color: #18F5BE;
}
.BgClassName
{
background-color: #18F5BE;
}
</style>
border-color css
<style>
span { border-color: #18F5BE; }
span { border-color: rgb(24,245,190); }
td.TdClassName
{
border-color: #18F5BE;
}
.TagClassName
{
border-color: #18F5BE;
}
</style>