Shades of Bright Turquoise #18DED2
Tints of Bright Turquoise #18DED2
RGB
CMYK
RGB Variations
Color information
#18DED2 (or 0x18DED2) is known color: Bright Turquoise. HEX triplet: 18, DE and D2. RGB value is (24,222,210). Sum of RGB (Red+Green+Blue) = 24+222+210=456 (60% of max value = 765). Red value is 24 (9.77% from 255 or 5.26% from 456); Green value is 222 (87.11% from 255 or 48.68% from 456); Blue value is 210 (82.42% from 255 or 46.05% from 456); Max value from RGB is 222 - color contains mainly: green. Hex color #18DED2 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #18DED2 is #E7212D. Grayscale: #A1A1A1. Windows color (decimal): -15147310 or 13819416. OLE color: 13819416.
HSL color Cylindrical-coordinate representation of color #18DED2: hue angle of 176.36º 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 #18DED2 is Cyan = 0.89, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 24 | 222 | 210 | - |
| CMYK | 0.89 | 0 | 0.05 | 0.13 |
| HSL | 176.36º | 0.8% | 0.48% | - |
| HSV(B) | 176.36º | 0.89% | 0.87% | - |
| XYZ | 38.13 | 57.09 | 69.98 | - |
| YUV | 161.43 | 155.4 | 29.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 222 | 210 | 0.89 | 0 | 0.05 | 0.13 | 176.36 | 0.8 | 0.48 |
| Hex | 18 | DE | D2 | 59 | 0 | 5 | D | B0 | 50 | 30 |
| Octal | 30 | 336 | 322 | 131 | 0 | 5 | 15 | 260 | 120 | 60 |
| Binary | 11000 | 11011110 | 11010010 | 1011001 | 0 | 101 | 1101 | 10110000 | 1010000 | 110000 |
Color Harmonies of #18DED2
Complementary color
Monochromatic Colors of #18DED2
Black with #18DED2
Text Example
Text Example
White with #18DED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18DED2; }
p { color: rgb(24,222,210); }
H1.HeaderClassName
{
color: #18DED2;
}
.AnyTagClassName
{
color: #18DED2;
}
</style>
background-color css
<style>
a { background-color: #18DED2; }
a { background-color: rgb(24,222,210); }
div.DivClassName
{
background-color: #18DED2;
}
.BgClassName
{
background-color: #18DED2;
}
</style>
border-color css
<style>
span { border-color: #18DED2; }
span { border-color: rgb(24,222,210); }
td.TdClassName
{
border-color: #18DED2;
}
.TagClassName
{
border-color: #18DED2;
}
</style>