Shades of Bright Turquoise #18DFCC
Tints of Bright Turquoise #18DFCC
RGB
CMYK
RGB Variations
Color information
#18DFCC (or 0x18DFCC) is known color: Bright Turquoise. HEX triplet: 18, DF and CC. RGB value is (24,223,204). Sum of RGB (Red+Green+Blue) = 24+223+204=451 (59% of max value = 765). Red value is 24 (9.77% from 255 or 5.32% from 451); Green value is 223 (87.5% from 255 or 49.45% from 451); Blue value is 204 (80.08% from 255 or 45.23% from 451); Max value from RGB is 223 - color contains mainly: green. Hex color #18DFCC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #18DFCC is #E72033. Grayscale: #A1A1A1. Windows color (decimal): -15147060 or 13426456. OLE color: 13426456.
HSL color Cylindrical-coordinate representation of color #18DFCC: hue angle of 174.27º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #18DFCC is Cyan = 0.89, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 24 | 223 | 204 | - |
| CMYK | 0.89 | 0 | 0.09 | 0.13 |
| HSL | 174.27º | 0.81% | 0.48% | - |
| HSV(B) | 174.27º | 0.89% | 0.87% | - |
| XYZ | 37.66 | 57.33 | 66.21 | - |
| YUV | 161.33 | 152.07 | 30.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 223 | 204 | 0.89 | 0 | 0.09 | 0.13 | 174.27 | 0.81 | 0.48 |
| Hex | 18 | DF | CC | 59 | 0 | 9 | D | AE | 51 | 30 |
| Octal | 30 | 337 | 314 | 131 | 0 | 11 | 15 | 256 | 121 | 60 |
| Binary | 11000 | 11011111 | 11001100 | 1011001 | 0 | 1001 | 1101 | 10101110 | 1010001 | 110000 |
Color Harmonies of #18DFCC
Complementary color
Monochromatic Colors of #18DFCC
Black with #18DFCC
Text Example
Text Example
White with #18DFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18DFCC; }
p { color: rgb(24,223,204); }
H1.HeaderClassName
{
color: #18DFCC;
}
.AnyTagClassName
{
color: #18DFCC;
}
</style>
background-color css
<style>
a { background-color: #18DFCC; }
a { background-color: rgb(24,223,204); }
div.DivClassName
{
background-color: #18DFCC;
}
.BgClassName
{
background-color: #18DFCC;
}
</style>
border-color css
<style>
span { border-color: #18DFCC; }
span { border-color: rgb(24,223,204); }
td.TdClassName
{
border-color: #18DFCC;
}
.TagClassName
{
border-color: #18DFCC;
}
</style>