Shades of Bright Turquoise #18F0BF
Tints of Bright Turquoise #18F0BF
RGB
CMYK
RGB Variations
Color information
#18F0BF (or 0x18F0BF) is known color: Bright Turquoise. HEX triplet: 18, F0 and BF. RGB value is (24,240,191). Sum of RGB (Red+Green+Blue) = 24+240+191=455 (60% of max value = 765). Red value is 24 (9.77% from 255 or 5.27% from 455); Green value is 240 (94.14% from 255 or 52.75% from 455); Blue value is 191 (75% from 255 or 41.98% from 455); Max value from RGB is 240 - color contains mainly: green. Hex color #18F0BF is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #18F0BF is #E70F40. Grayscale: #A9A9A9. Windows color (decimal): -15142721 or 12578840. OLE color: 12578840.
HSL color Cylindrical-coordinate representation of color #18F0BF: hue angle of 166.39º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #18F0BF is Cyan = 0.9, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 24 | 240 | 191 | - |
| CMYK | 0.9 | 0 | 0.20 | 0.06 |
| HSL | 166.39º | 0.88% | 0.52% | - |
| HSV(B) | 166.39º | 0.9% | 0.94% | - |
| XYZ | 40.94 | 66.28 | 59.92 | - |
| YUV | 169.83 | 139.94 | 23.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 240 | 191 | 0.9 | 0 | 0.20 | 0.06 | 166.39 | 0.88 | 0.52 |
| Hex | 18 | F0 | BF | 5A | 0 | 14 | 6 | A6 | 58 | 34 |
| Octal | 30 | 360 | 277 | 132 | 0 | 24 | 6 | 246 | 130 | 64 |
| Binary | 11000 | 11110000 | 10111111 | 1011010 | 0 | 10100 | 110 | 10100110 | 1011000 | 110100 |
Color Harmonies of #18F0BF
Complementary color
Monochromatic Colors of #18F0BF
Black with #18F0BF
Text Example
Text Example
White with #18F0BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18F0BF; }
p { color: rgb(24,240,191); }
H1.HeaderClassName
{
color: #18F0BF;
}
.AnyTagClassName
{
color: #18F0BF;
}
</style>
background-color css
<style>
a { background-color: #18F0BF; }
a { background-color: rgb(24,240,191); }
div.DivClassName
{
background-color: #18F0BF;
}
.BgClassName
{
background-color: #18F0BF;
}
</style>
border-color css
<style>
span { border-color: #18F0BF; }
span { border-color: rgb(24,240,191); }
td.TdClassName
{
border-color: #18F0BF;
}
.TagClassName
{
border-color: #18F0BF;
}
</style>