Shades of Bright Turquoise #18FFC7
Tints of Bright Turquoise #18FFC7
RGB
CMYK
RGB Variations
Color information
#18FFC7 (or 0x18FFC7) is known color: Bright Turquoise. HEX triplet: 18, FF and C7. RGB value is (24,255,199). Sum of RGB (Red+Green+Blue) = 24+255+199=478 (63% of max value = 765). Red value is 24 (9.77% from 255 or 5.02% from 478); Green value is 255 (100% from 255 or 53.35% from 478); Blue value is 199 (78.12% from 255 or 41.63% from 478); Max value from RGB is 255 - color contains mainly: green. Hex color #18FFC7 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #18FFC7 is #E70038. Grayscale: #B3B3B3. Windows color (decimal): -15138873 or 13106968. OLE color: 13106968.
HSL color Cylindrical-coordinate representation of color #18FFC7: hue angle of 165.45º 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 #18FFC7 is Cyan = 0.91, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.
Color convert
| RGB | 24 | 255 | 199 | - |
| CMYK | 0.91 | 0 | 0.22 | 0 |
| HSL | 165.45º | 1% | 0.55% | - |
| HSV(B) | 165.45º | 0.91% | 1% | - |
| XYZ | 46.45 | 75.84 | 66.22 | - |
| YUV | 179.55 | 138.97 | 17.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 255 | 199 | 0.91 | 0 | 0.22 | 0 | 165.45 | 1 | 0.55 |
| Hex | 18 | FF | C7 | 5B | 0 | 16 | 0 | A5 | 64 | 37 |
| Octal | 30 | 377 | 307 | 133 | 0 | 26 | 0 | 245 | 144 | 67 |
| Binary | 11000 | 11111111 | 11000111 | 1011011 | 0 | 10110 | 0 | 10100101 | 1100100 | 110111 |
Color Harmonies of #18FFC7
Complementary color
Monochromatic Colors of #18FFC7
Black with #18FFC7
Text Example
Text Example
White with #18FFC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18FFC7; }
p { color: rgb(24,255,199); }
H1.HeaderClassName
{
color: #18FFC7;
}
.AnyTagClassName
{
color: #18FFC7;
}
</style>
background-color css
<style>
a { background-color: #18FFC7; }
a { background-color: rgb(24,255,199); }
div.DivClassName
{
background-color: #18FFC7;
}
.BgClassName
{
background-color: #18FFC7;
}
</style>
border-color css
<style>
span { border-color: #18FFC7; }
span { border-color: rgb(24,255,199); }
td.TdClassName
{
border-color: #18FFC7;
}
.TagClassName
{
border-color: #18FFC7;
}
</style>