Shades of Bright Turquoise #18FFC0
Tints of Bright Turquoise #18FFC0
RGB
CMYK
RGB Variations
Color information
#18FFC0 (or 0x18FFC0) is known color: Bright Turquoise. HEX triplet: 18, FF and C0. RGB value is (24,255,192). Sum of RGB (Red+Green+Blue) = 24+255+192=471 (62% of max value = 765). Red value is 24 (9.77% from 255 or 5.10% from 471); Green value is 255 (100% from 255 or 54.14% from 471); Blue value is 192 (75.39% from 255 or 40.76% from 471); Max value from RGB is 255 - color contains mainly: green. Hex color #18FFC0 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #18FFC0 is #E7003F. Grayscale: #B2B2B2. Windows color (decimal): -15138880 or 12648216. OLE color: 12648216.
HSL color Cylindrical-coordinate representation of color #18FFC0: hue angle of 163.64º 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 #18FFC0 is Cyan = 0.91, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 24 | 255 | 192 | - |
| CMYK | 0.91 | 0 | 0.25 | 0 |
| HSL | 163.64º | 1% | 0.55% | - |
| HSV(B) | 163.64º | 0.91% | 1% | - |
| XYZ | 45.65 | 75.52 | 62.04 | - |
| YUV | 178.75 | 135.47 | 17.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 255 | 192 | 0.91 | 0 | 0.25 | 0 | 163.64 | 1 | 0.55 |
| Hex | 18 | FF | C0 | 5B | 0 | 19 | 0 | A4 | 64 | 37 |
| Octal | 30 | 377 | 300 | 133 | 0 | 31 | 0 | 244 | 144 | 67 |
| Binary | 11000 | 11111111 | 11000000 | 1011011 | 0 | 11001 | 0 | 10100100 | 1100100 | 110111 |
Color Harmonies of #18FFC0
Complementary color
Monochromatic Colors of #18FFC0
Black with #18FFC0
Text Example
Text Example
White with #18FFC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18FFC0; }
p { color: rgb(24,255,192); }
H1.HeaderClassName
{
color: #18FFC0;
}
.AnyTagClassName
{
color: #18FFC0;
}
</style>
background-color css
<style>
a { background-color: #18FFC0; }
a { background-color: rgb(24,255,192); }
div.DivClassName
{
background-color: #18FFC0;
}
.BgClassName
{
background-color: #18FFC0;
}
</style>
border-color css
<style>
span { border-color: #18FFC0; }
span { border-color: rgb(24,255,192); }
td.TdClassName
{
border-color: #18FFC0;
}
.TagClassName
{
border-color: #18FFC0;
}
</style>