Shades of Bright Turquoise #18DFDC
Tints of Bright Turquoise #18DFDC
RGB
CMYK
RGB Variations
Color information
#18DFDC (or 0x18DFDC) is known color: Bright Turquoise. HEX triplet: 18, DF and DC. RGB value is (24,223,220). Sum of RGB (Red+Green+Blue) = 24+223+220=467 (61% of max value = 765). Red value is 24 (9.77% from 255 or 5.14% from 467); Green value is 223 (87.5% from 255 or 47.75% from 467); Blue value is 220 (86.33% from 255 or 47.11% from 467); Max value from RGB is 223 - color contains mainly: green. Hex color #18DFDC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #18DFDC is #E72023. Grayscale: #A2A2A2. Windows color (decimal): -15147044 or 14475032. OLE color: 14475032.
HSL color Cylindrical-coordinate representation of color #18DFDC: hue angle of 179.1º 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 #18DFDC is Cyan = 0.89, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 24 | 223 | 220 | - |
| CMYK | 0.89 | 0 | 0.01 | 0.13 |
| HSL | 179.1º | 0.81% | 0.48% | - |
| HSV(B) | 179.1º | 0.89% | 0.87% | - |
| XYZ | 39.68 | 58.14 | 76.84 | - |
| YUV | 163.16 | 160.07 | 28.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 223 | 220 | 0.89 | 0 | 0.01 | 0.13 | 179.1 | 0.81 | 0.48 |
| Hex | 18 | DF | DC | 59 | 0 | 1 | D | B3 | 51 | 30 |
| Octal | 30 | 337 | 334 | 131 | 0 | 1 | 15 | 263 | 121 | 60 |
| Binary | 11000 | 11011111 | 11011100 | 1011001 | 0 | 1 | 1101 | 10110011 | 1010001 | 110000 |
Color Harmonies of #18DFDC
Complementary color
Monochromatic Colors of #18DFDC
Black with #18DFDC
Text Example
Text Example
White with #18DFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18DFDC; }
p { color: rgb(24,223,220); }
H1.HeaderClassName
{
color: #18DFDC;
}
.AnyTagClassName
{
color: #18DFDC;
}
</style>
background-color css
<style>
a { background-color: #18DFDC; }
a { background-color: rgb(24,223,220); }
div.DivClassName
{
background-color: #18DFDC;
}
.BgClassName
{
background-color: #18DFDC;
}
</style>
border-color css
<style>
span { border-color: #18DFDC; }
span { border-color: rgb(24,223,220); }
td.TdClassName
{
border-color: #18DFDC;
}
.TagClassName
{
border-color: #18DFDC;
}
</style>