Shades of Bright Turquoise #18FDBF
Tints of Bright Turquoise #18FDBF
RGB
CMYK
RGB Variations
Color information
#18FDBF (or 0x18FDBF) is known color: Bright Turquoise. HEX triplet: 18, FD and BF. RGB value is (24,253,191). Sum of RGB (Red+Green+Blue) = 24+253+191=468 (61% of max value = 765). Red value is 24 (9.77% from 255 or 5.13% from 468); Green value is 253 (99.22% from 255 or 54.06% from 468); Blue value is 191 (75% from 255 or 40.81% from 468); Max value from RGB is 253 - color contains mainly: green. Hex color #18FDBF is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #18FDBF is #E70240. Grayscale: #B1B1B1. Windows color (decimal): -15139393 or 12582168. OLE color: 12582168.
HSL color Cylindrical-coordinate representation of color #18FDBF: hue angle of 163.76º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #18FDBF is Cyan = 0.91, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 24 | 253 | 191 | - |
| CMYK | 0.91 | 0 | 0.25 | 0.01 |
| HSL | 163.76º | 0.98% | 0.54% | - |
| HSV(B) | 163.76º | 0.91% | 0.99% | - |
| XYZ | 44.91 | 74.21 | 61.25 | - |
| YUV | 177.46 | 135.63 | 18.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 253 | 191 | 0.91 | 0 | 0.25 | 0.01 | 163.76 | 0.98 | 0.54 |
| Hex | 18 | FD | BF | 5B | 0 | 19 | 1 | A4 | 62 | 36 |
| Octal | 30 | 375 | 277 | 133 | 0 | 31 | 1 | 244 | 142 | 66 |
| Binary | 11000 | 11111101 | 10111111 | 1011011 | 0 | 11001 | 1 | 10100100 | 1100010 | 110110 |
Color Harmonies of #18FDBF
Complementary color
Monochromatic Colors of #18FDBF
Black with #18FDBF
Text Example
Text Example
White with #18FDBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18FDBF; }
p { color: rgb(24,253,191); }
H1.HeaderClassName
{
color: #18FDBF;
}
.AnyTagClassName
{
color: #18FDBF;
}
</style>
background-color css
<style>
a { background-color: #18FDBF; }
a { background-color: rgb(24,253,191); }
div.DivClassName
{
background-color: #18FDBF;
}
.BgClassName
{
background-color: #18FDBF;
}
</style>
border-color css
<style>
span { border-color: #18FDBF; }
span { border-color: rgb(24,253,191); }
td.TdClassName
{
border-color: #18FDBF;
}
.TagClassName
{
border-color: #18FDBF;
}
</style>