Shades of Bright Turquoise #18DDEC
Tints of Bright Turquoise #18DDEC
RGB
CMYK
RGB Variations
Color information
#18DDEC (or 0x18DDEC) is known color: Bright Turquoise. HEX triplet: 18, DD and EC. RGB value is (24,221,236). Sum of RGB (Red+Green+Blue) = 24+221+236=481 (63% of max value = 765). Red value is 24 (9.77% from 255 or 4.99% from 481); Green value is 221 (86.72% from 255 or 45.95% from 481); Blue value is 236 (92.58% from 255 or 49.06% from 481); Max value from RGB is 236 - color contains mainly: blue. Hex color #18DDEC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #18DDEC is #E72213. Grayscale: #A3A3A3. Windows color (decimal): -15147540 or 15523096. OLE color: 15523096.
HSL color Cylindrical-coordinate representation of color #18DDEC: hue angle of 184.25º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #18DDEC is Cyan = 0.90, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 24 | 221 | 236 | - |
| CMYK | 0.90 | 0.06 | 0 | 0.07 |
| HSL | 184.25º | 0.85% | 0.51% | - |
| HSV(B) | 184.25º | 0.9% | 0.93% | - |
| XYZ | 41.37 | 57.96 | 88.36 | - |
| YUV | 163.81 | 168.73 | 28.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 221 | 236 | 0.90 | 0.06 | 0 | 0.07 | 184.25 | 0.85 | 0.51 |
| Hex | 18 | DD | EC | 5A | 6 | 0 | 7 | B8 | 55 | 33 |
| Octal | 30 | 335 | 354 | 132 | 6 | 0 | 7 | 270 | 125 | 63 |
| Binary | 11000 | 11011101 | 11101100 | 1011010 | 110 | 0 | 111 | 10111000 | 1010101 | 110011 |
Color Harmonies of #18DDEC
Complementary color
Monochromatic Colors of #18DDEC
Black with #18DDEC
Text Example
Text Example
White with #18DDEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18DDEC; }
p { color: rgb(24,221,236); }
H1.HeaderClassName
{
color: #18DDEC;
}
.AnyTagClassName
{
color: #18DDEC;
}
</style>
background-color css
<style>
a { background-color: #18DDEC; }
a { background-color: rgb(24,221,236); }
div.DivClassName
{
background-color: #18DDEC;
}
.BgClassName
{
background-color: #18DDEC;
}
</style>
border-color css
<style>
span { border-color: #18DDEC; }
span { border-color: rgb(24,221,236); }
td.TdClassName
{
border-color: #18DDEC;
}
.TagClassName
{
border-color: #18DDEC;
}
</style>