Shades of Bright Turquoise #18FBC6
Tints of Bright Turquoise #18FBC6
RGB
CMYK
RGB Variations
Color information
#18FBC6 (or 0x18FBC6) is known color: Bright Turquoise. HEX triplet: 18, FB and C6. RGB value is (24,251,198). Sum of RGB (Red+Green+Blue) = 24+251+198=473 (62% of max value = 765). Red value is 24 (9.77% from 255 or 5.07% from 473); Green value is 251 (98.44% from 255 or 53.07% from 473); Blue value is 198 (77.73% from 255 or 41.86% from 473); Max value from RGB is 251 - color contains mainly: green. Hex color #18FBC6 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #18FBC6 is #E70439. Grayscale: #B1B1B1. Windows color (decimal): -15139898 or 13040408. OLE color: 13040408.
HSL color Cylindrical-coordinate representation of color #18FBC6: hue angle of 165.99º 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 #18FBC6 is Cyan = 0.90, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 24 | 251 | 198 | - |
| CMYK | 0.90 | 0 | 0.21 | 0.02 |
| HSL | 165.99º | 0.97% | 0.54% | - |
| HSV(B) | 165.99º | 0.9% | 0.98% | - |
| XYZ | 45.07 | 73.27 | 65.19 | - |
| YUV | 177.09 | 139.79 | 18.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 251 | 198 | 0.90 | 0 | 0.21 | 0.02 | 165.99 | 0.97 | 0.54 |
| Hex | 18 | FB | C6 | 5A | 0 | 15 | 2 | A6 | 61 | 36 |
| Octal | 30 | 373 | 306 | 132 | 0 | 25 | 2 | 246 | 141 | 66 |
| Binary | 11000 | 11111011 | 11000110 | 1011010 | 0 | 10101 | 10 | 10100110 | 1100001 | 110110 |
Color Harmonies of #18FBC6
Complementary color
Monochromatic Colors of #18FBC6
Black with #18FBC6
Text Example
Text Example
White with #18FBC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18FBC6; }
p { color: rgb(24,251,198); }
H1.HeaderClassName
{
color: #18FBC6;
}
.AnyTagClassName
{
color: #18FBC6;
}
</style>
background-color css
<style>
a { background-color: #18FBC6; }
a { background-color: rgb(24,251,198); }
div.DivClassName
{
background-color: #18FBC6;
}
.BgClassName
{
background-color: #18FBC6;
}
</style>
border-color css
<style>
span { border-color: #18FBC6; }
span { border-color: rgb(24,251,198); }
td.TdClassName
{
border-color: #18FBC6;
}
.TagClassName
{
border-color: #18FBC6;
}
</style>