Shades of Bright Turquoise #18DEDC
Tints of Bright Turquoise #18DEDC
RGB
CMYK
RGB Variations
Color information
#18DEDC (or 0x18DEDC) is known color: Bright Turquoise. HEX triplet: 18, DE and DC. RGB value is (24,222,220). Sum of RGB (Red+Green+Blue) = 24+222+220=466 (61% of max value = 765). Red value is 24 (9.77% from 255 or 5.15% from 466); Green value is 222 (87.11% from 255 or 47.64% from 466); Blue value is 220 (86.33% from 255 or 47.21% from 466); Max value from RGB is 222 - color contains mainly: green. Hex color #18DEDC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #18DEDC is #E72123. Grayscale: #A2A2A2. Windows color (decimal): -15147300 or 14474776. OLE color: 14474776.
HSL color Cylindrical-coordinate representation of color #18DEDC: hue angle of 179.39º degrees, saturation: 0.8, 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 #18DEDC is Cyan = 0.89, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 24 | 222 | 220 | - |
| CMYK | 0.89 | 0 | 0.01 | 0.13 |
| HSL | 179.39º | 0.8% | 0.48% | - |
| HSV(B) | 179.39º | 0.89% | 0.87% | - |
| XYZ | 39.42 | 57.6 | 76.75 | - |
| YUV | 162.57 | 160.4 | 29.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 222 | 220 | 0.89 | 0 | 0.01 | 0.13 | 179.39 | 0.8 | 0.48 |
| Hex | 18 | DE | DC | 59 | 0 | 1 | D | B3 | 50 | 30 |
| Octal | 30 | 336 | 334 | 131 | 0 | 1 | 15 | 263 | 120 | 60 |
| Binary | 11000 | 11011110 | 11011100 | 1011001 | 0 | 1 | 1101 | 10110011 | 1010000 | 110000 |
Color Harmonies of #18DEDC
Complementary color
Monochromatic Colors of #18DEDC
Black with #18DEDC
Text Example
Text Example
White with #18DEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18DEDC; }
p { color: rgb(24,222,220); }
H1.HeaderClassName
{
color: #18DEDC;
}
.AnyTagClassName
{
color: #18DEDC;
}
</style>
background-color css
<style>
a { background-color: #18DEDC; }
a { background-color: rgb(24,222,220); }
div.DivClassName
{
background-color: #18DEDC;
}
.BgClassName
{
background-color: #18DEDC;
}
</style>
border-color css
<style>
span { border-color: #18DEDC; }
span { border-color: rgb(24,222,220); }
td.TdClassName
{
border-color: #18DEDC;
}
.TagClassName
{
border-color: #18DEDC;
}
</style>