Shades of Bright Turquoise #18F5BF
Tints of Bright Turquoise #18F5BF
RGB
CMYK
RGB Variations
Color information
#18F5BF (or 0x18F5BF) is known color: Bright Turquoise. HEX triplet: 18, F5 and BF. RGB value is (24,245,191). Sum of RGB (Red+Green+Blue) = 24+245+191=460 (60% of max value = 765). Red value is 24 (9.77% from 255 or 5.22% from 460); Green value is 245 (96.09% from 255 or 53.26% from 460); Blue value is 191 (75% from 255 or 41.52% from 460); Max value from RGB is 245 - color contains mainly: green. Hex color #18F5BF is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #18F5BF is #E70A40. Grayscale: #ACACAC. Windows color (decimal): -15141441 or 12580120. OLE color: 12580120.
HSL color Cylindrical-coordinate representation of color #18F5BF: hue angle of 165.34º 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 #18F5BF is Cyan = 0.90, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 24 | 245 | 191 | - |
| CMYK | 0.90 | 0 | 0.22 | 0.04 |
| HSL | 165.34º | 0.92% | 0.53% | - |
| HSV(B) | 165.34º | 0.9% | 0.96% | - |
| XYZ | 42.43 | 69.26 | 60.42 | - |
| YUV | 172.77 | 138.28 | 21.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 245 | 191 | 0.90 | 0 | 0.22 | 0.04 | 165.34 | 0.92 | 0.53 |
| Hex | 18 | F5 | BF | 5A | 0 | 16 | 4 | A5 | 5C | 35 |
| Octal | 30 | 365 | 277 | 132 | 0 | 26 | 4 | 245 | 134 | 65 |
| Binary | 11000 | 11110101 | 10111111 | 1011010 | 0 | 10110 | 100 | 10100101 | 1011100 | 110101 |
Color Harmonies of #18F5BF
Complementary color
Monochromatic Colors of #18F5BF
Black with #18F5BF
Text Example
Text Example
White with #18F5BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18F5BF; }
p { color: rgb(24,245,191); }
H1.HeaderClassName
{
color: #18F5BF;
}
.AnyTagClassName
{
color: #18F5BF;
}
</style>
background-color css
<style>
a { background-color: #18F5BF; }
a { background-color: rgb(24,245,191); }
div.DivClassName
{
background-color: #18F5BF;
}
.BgClassName
{
background-color: #18F5BF;
}
</style>
border-color css
<style>
span { border-color: #18F5BF; }
span { border-color: rgb(24,245,191); }
td.TdClassName
{
border-color: #18F5BF;
}
.TagClassName
{
border-color: #18F5BF;
}
</style>