Shades of Bright Turquoise #18DFD0
Tints of Bright Turquoise #18DFD0
RGB
CMYK
RGB Variations
Color information
#18DFD0 (or 0x18DFD0) is known color: Bright Turquoise. HEX triplet: 18, DF and D0. RGB value is (24,223,208). Sum of RGB (Red+Green+Blue) = 24+223+208=455 (60% of max value = 765). Red value is 24 (9.77% from 255 or 5.27% from 455); Green value is 223 (87.5% from 255 or 49.01% from 455); Blue value is 208 (81.64% from 255 or 45.71% from 455); Max value from RGB is 223 - color contains mainly: green. Hex color #18DFD0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #18DFD0 is #E7202F. Grayscale: #A1A1A1. Windows color (decimal): -15147056 or 13688600. OLE color: 13688600.
HSL color Cylindrical-coordinate representation of color #18DFD0: hue angle of 175.48º 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 #18DFD0 is Cyan = 0.89, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 24 | 223 | 208 | - |
| CMYK | 0.89 | 0 | 0.07 | 0.13 |
| HSL | 175.48º | 0.81% | 0.48% | - |
| HSV(B) | 175.48º | 0.89% | 0.87% | - |
| XYZ | 38.15 | 57.52 | 68.77 | - |
| YUV | 161.79 | 154.07 | 29.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 223 | 208 | 0.89 | 0 | 0.07 | 0.13 | 175.48 | 0.81 | 0.48 |
| Hex | 18 | DF | D0 | 59 | 0 | 7 | D | AF | 51 | 30 |
| Octal | 30 | 337 | 320 | 131 | 0 | 7 | 15 | 257 | 121 | 60 |
| Binary | 11000 | 11011111 | 11010000 | 1011001 | 0 | 111 | 1101 | 10101111 | 1010001 | 110000 |
Color Harmonies of #18DFD0
Complementary color
Monochromatic Colors of #18DFD0
Black with #18DFD0
Text Example
Text Example
White with #18DFD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18DFD0; }
p { color: rgb(24,223,208); }
H1.HeaderClassName
{
color: #18DFD0;
}
.AnyTagClassName
{
color: #18DFD0;
}
</style>
background-color css
<style>
a { background-color: #18DFD0; }
a { background-color: rgb(24,223,208); }
div.DivClassName
{
background-color: #18DFD0;
}
.BgClassName
{
background-color: #18DFD0;
}
</style>
border-color css
<style>
span { border-color: #18DFD0; }
span { border-color: rgb(24,223,208); }
td.TdClassName
{
border-color: #18DFD0;
}
.TagClassName
{
border-color: #18DFD0;
}
</style>