Shades of Bright Turquoise #18DED3
Tints of Bright Turquoise #18DED3
RGB
CMYK
RGB Variations
Color information
#18DED3 (or 0x18DED3) is known color: Bright Turquoise. HEX triplet: 18, DE and D3. RGB value is (24,222,211). Sum of RGB (Red+Green+Blue) = 24+222+211=457 (60% of max value = 765). Red value is 24 (9.77% from 255 or 5.25% from 457); Green value is 222 (87.11% from 255 or 48.58% from 457); Blue value is 211 (82.81% from 255 or 46.17% from 457); Max value from RGB is 222 - color contains mainly: green. Hex color #18DED3 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #18DED3 is #E7212C. Grayscale: #A1A1A1. Windows color (decimal): -15147309 or 13884952. OLE color: 13884952.
HSL color Cylindrical-coordinate representation of color #18DED3: hue angle of 176.67º 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 #18DED3 is Cyan = 0.89, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 24 | 222 | 211 | - |
| CMYK | 0.89 | 0 | 0.05 | 0.13 |
| HSL | 176.67º | 0.8% | 0.48% | - |
| HSV(B) | 176.67º | 0.89% | 0.87% | - |
| XYZ | 38.26 | 57.14 | 70.64 | - |
| YUV | 161.54 | 155.9 | 29.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 222 | 211 | 0.89 | 0 | 0.05 | 0.13 | 176.67 | 0.8 | 0.48 |
| Hex | 18 | DE | D3 | 59 | 0 | 5 | D | B1 | 50 | 30 |
| Octal | 30 | 336 | 323 | 131 | 0 | 5 | 15 | 261 | 120 | 60 |
| Binary | 11000 | 11011110 | 11010011 | 1011001 | 0 | 101 | 1101 | 10110001 | 1010000 | 110000 |
Color Harmonies of #18DED3
Complementary color
Monochromatic Colors of #18DED3
Black with #18DED3
Text Example
Text Example
White with #18DED3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18DED3; }
p { color: rgb(24,222,211); }
H1.HeaderClassName
{
color: #18DED3;
}
.AnyTagClassName
{
color: #18DED3;
}
</style>
background-color css
<style>
a { background-color: #18DED3; }
a { background-color: rgb(24,222,211); }
div.DivClassName
{
background-color: #18DED3;
}
.BgClassName
{
background-color: #18DED3;
}
</style>
border-color css
<style>
span { border-color: #18DED3; }
span { border-color: rgb(24,222,211); }
td.TdClassName
{
border-color: #18DED3;
}
.TagClassName
{
border-color: #18DED3;
}
</style>