Shades of Bright Turquoise #18FFC9
Tints of Bright Turquoise #18FFC9
RGB
CMYK
RGB Variations
Color information
#18FFC9 (or 0x18FFC9) is known color: Bright Turquoise. HEX triplet: 18, FF and C9. RGB value is (24,255,201). Sum of RGB (Red+Green+Blue) = 24+255+201=480 (63% of max value = 765). Red value is 24 (9.77% from 255 or 5% from 480); Green value is 255 (100% from 255 or 53.12% from 480); Blue value is 201 (78.91% from 255 or 41.88% from 480); Max value from RGB is 255 - color contains mainly: green. Hex color #18FFC9 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #18FFC9 is #E70036. Grayscale: #B3B3B3. Windows color (decimal): -15138871 or 13238040. OLE color: 13238040.
HSL color Cylindrical-coordinate representation of color #18FFC9: hue angle of 165.97º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #18FFC9 is Cyan = 0.91, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.
Color convert
| RGB | 24 | 255 | 201 | - |
| CMYK | 0.91 | 0 | 0.21 | 0 |
| HSL | 165.97º | 1% | 0.55% | - |
| HSV(B) | 165.97º | 0.91% | 1% | - |
| XYZ | 46.68 | 75.93 | 67.45 | - |
| YUV | 179.78 | 139.97 | 16.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 255 | 201 | 0.91 | 0 | 0.21 | 0 | 165.97 | 1 | 0.55 |
| Hex | 18 | FF | C9 | 5B | 0 | 15 | 0 | A6 | 64 | 37 |
| Octal | 30 | 377 | 311 | 133 | 0 | 25 | 0 | 246 | 144 | 67 |
| Binary | 11000 | 11111111 | 11001001 | 1011011 | 0 | 10101 | 0 | 10100110 | 1100100 | 110111 |
Color Harmonies of #18FFC9
Complementary color
Monochromatic Colors of #18FFC9
Black with #18FFC9
Text Example
Text Example
White with #18FFC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18FFC9; }
p { color: rgb(24,255,201); }
H1.HeaderClassName
{
color: #18FFC9;
}
.AnyTagClassName
{
color: #18FFC9;
}
</style>
background-color css
<style>
a { background-color: #18FFC9; }
a { background-color: rgb(24,255,201); }
div.DivClassName
{
background-color: #18FFC9;
}
.BgClassName
{
background-color: #18FFC9;
}
</style>
border-color css
<style>
span { border-color: #18FFC9; }
span { border-color: rgb(24,255,201); }
td.TdClassName
{
border-color: #18FFC9;
}
.TagClassName
{
border-color: #18FFC9;
}
</style>