Shades of Bright Turquoise #18FBCD
Tints of Bright Turquoise #18FBCD
RGB
CMYK
RGB Variations
Color information
#18FBCD (or 0x18FBCD) is known color: Bright Turquoise. HEX triplet: 18, FB and CD. RGB value is (24,251,205). Sum of RGB (Red+Green+Blue) = 24+251+205=480 (63% of max value = 765). Red value is 24 (9.77% from 255 or 5% from 480); Green value is 251 (98.44% from 255 or 52.29% from 480); Blue value is 205 (80.47% from 255 or 42.71% from 480); Max value from RGB is 251 - color contains mainly: green. Hex color #18FBCD is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #18FBCD is #E70432. Grayscale: #B1B1B1. Windows color (decimal): -15139891 or 13499160. OLE color: 13499160.
HSL color Cylindrical-coordinate representation of color #18FBCD: hue angle of 167.84º 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 #18FBCD is Cyan = 0.90, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 24 | 251 | 205 | - |
| CMYK | 0.90 | 0 | 0.18 | 0.02 |
| HSL | 167.84º | 0.97% | 0.54% | - |
| HSV(B) | 167.84º | 0.9% | 0.98% | - |
| XYZ | 45.89 | 73.6 | 69.54 | - |
| YUV | 177.88 | 143.29 | 18.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 251 | 205 | 0.90 | 0 | 0.18 | 0.02 | 167.84 | 0.97 | 0.54 |
| Hex | 18 | FB | CD | 5A | 0 | 12 | 2 | A8 | 61 | 36 |
| Octal | 30 | 373 | 315 | 132 | 0 | 22 | 2 | 250 | 141 | 66 |
| Binary | 11000 | 11111011 | 11001101 | 1011010 | 0 | 10010 | 10 | 10101000 | 1100001 | 110110 |
Color Harmonies of #18FBCD
Complementary color
Monochromatic Colors of #18FBCD
Black with #18FBCD
Text Example
Text Example
White with #18FBCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18FBCD; }
p { color: rgb(24,251,205); }
H1.HeaderClassName
{
color: #18FBCD;
}
.AnyTagClassName
{
color: #18FBCD;
}
</style>
background-color css
<style>
a { background-color: #18FBCD; }
a { background-color: rgb(24,251,205); }
div.DivClassName
{
background-color: #18FBCD;
}
.BgClassName
{
background-color: #18FBCD;
}
</style>
border-color css
<style>
span { border-color: #18FBCD; }
span { border-color: rgb(24,251,205); }
td.TdClassName
{
border-color: #18FBCD;
}
.TagClassName
{
border-color: #18FBCD;
}
</style>