Shades of Bright Turquoise #18F0C6
Tints of Bright Turquoise #18F0C6
RGB
CMYK
RGB Variations
Color information
#18F0C6 (or 0x18F0C6) is known color: Bright Turquoise. HEX triplet: 18, F0 and C6. RGB value is (24,240,198). Sum of RGB (Red+Green+Blue) = 24+240+198=462 (61% of max value = 765). Red value is 24 (9.77% from 255 or 5.19% from 462); Green value is 240 (94.14% from 255 or 51.95% from 462); Blue value is 198 (77.73% from 255 or 42.86% from 462); Max value from RGB is 240 - color contains mainly: green. Hex color #18F0C6 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #18F0C6 is #E70F39. Grayscale: #AAAAAA. Windows color (decimal): -15142714 or 13037592. OLE color: 13037592.
HSL color Cylindrical-coordinate representation of color #18F0C6: hue angle of 168.33º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #18F0C6 is Cyan = 0.9, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 24 | 240 | 198 | - |
| CMYK | 0.9 | 0 | 0.18 | 0.06 |
| HSL | 168.33º | 0.88% | 0.52% | - |
| HSV(B) | 168.33º | 0.9% | 0.94% | - |
| XYZ | 41.73 | 66.59 | 64.08 | - |
| YUV | 170.63 | 143.44 | 23.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 240 | 198 | 0.9 | 0 | 0.18 | 0.06 | 168.33 | 0.88 | 0.52 |
| Hex | 18 | F0 | C6 | 5A | 0 | 12 | 6 | A8 | 58 | 34 |
| Octal | 30 | 360 | 306 | 132 | 0 | 22 | 6 | 250 | 130 | 64 |
| Binary | 11000 | 11110000 | 11000110 | 1011010 | 0 | 10010 | 110 | 10101000 | 1011000 | 110100 |
Color Harmonies of #18F0C6
Complementary color
Monochromatic Colors of #18F0C6
Black with #18F0C6
Text Example
Text Example
White with #18F0C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18F0C6; }
p { color: rgb(24,240,198); }
H1.HeaderClassName
{
color: #18F0C6;
}
.AnyTagClassName
{
color: #18F0C6;
}
</style>
background-color css
<style>
a { background-color: #18F0C6; }
a { background-color: rgb(24,240,198); }
div.DivClassName
{
background-color: #18F0C6;
}
.BgClassName
{
background-color: #18F0C6;
}
</style>
border-color css
<style>
span { border-color: #18F0C6; }
span { border-color: rgb(24,240,198); }
td.TdClassName
{
border-color: #18F0C6;
}
.TagClassName
{
border-color: #18F0C6;
}
</style>