Shades of Bright Turquoise #18DED0
Tints of Bright Turquoise #18DED0
RGB
CMYK
RGB Variations
Color information
#18DED0 (or 0x18DED0) is known color: Bright Turquoise. HEX triplet: 18, DE and D0. RGB value is (24,222,208). Sum of RGB (Red+Green+Blue) = 24+222+208=454 (60% of max value = 765). Red value is 24 (9.77% from 255 or 5.29% from 454); Green value is 222 (87.11% from 255 or 48.90% from 454); Blue value is 208 (81.64% from 255 or 45.81% from 454); Max value from RGB is 222 - color contains mainly: green. Hex color #18DED0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #18DED0 is #E7212F. Grayscale: #A1A1A1. Windows color (decimal): -15147312 or 13688344. OLE color: 13688344.
HSL color Cylindrical-coordinate representation of color #18DED0: hue angle of 175.76º 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 #18DED0 is Cyan = 0.89, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 24 | 222 | 208 | - |
| CMYK | 0.89 | 0 | 0.06 | 0.13 |
| HSL | 175.76º | 0.8% | 0.48% | - |
| HSV(B) | 175.76º | 0.89% | 0.87% | - |
| XYZ | 37.88 | 56.99 | 68.68 | - |
| YUV | 161.2 | 154.4 | 30.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 222 | 208 | 0.89 | 0 | 0.06 | 0.13 | 175.76 | 0.8 | 0.48 |
| Hex | 18 | DE | D0 | 59 | 0 | 6 | D | B0 | 50 | 30 |
| Octal | 30 | 336 | 320 | 131 | 0 | 6 | 15 | 260 | 120 | 60 |
| Binary | 11000 | 11011110 | 11010000 | 1011001 | 0 | 110 | 1101 | 10110000 | 1010000 | 110000 |
Color Harmonies of #18DED0
Complementary color
Monochromatic Colors of #18DED0
Black with #18DED0
Text Example
Text Example
White with #18DED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18DED0; }
p { color: rgb(24,222,208); }
H1.HeaderClassName
{
color: #18DED0;
}
.AnyTagClassName
{
color: #18DED0;
}
</style>
background-color css
<style>
a { background-color: #18DED0; }
a { background-color: rgb(24,222,208); }
div.DivClassName
{
background-color: #18DED0;
}
.BgClassName
{
background-color: #18DED0;
}
</style>
border-color css
<style>
span { border-color: #18DED0; }
span { border-color: rgb(24,222,208); }
td.TdClassName
{
border-color: #18DED0;
}
.TagClassName
{
border-color: #18DED0;
}
</style>