Shades of Bright Turquoise #18EFDC
Tints of Bright Turquoise #18EFDC
RGB
CMYK
RGB Variations
Color information
#18EFDC (or 0x18EFDC) is known color: Bright Turquoise. HEX triplet: 18, EF and DC. RGB value is (24,239,220). Sum of RGB (Red+Green+Blue) = 24+239+220=483 (63% of max value = 765). Red value is 24 (9.77% from 255 or 4.97% from 483); Green value is 239 (93.75% from 255 or 49.48% from 483); Blue value is 220 (86.33% from 255 or 45.55% from 483); Max value from RGB is 239 - color contains mainly: green. Hex color #18EFDC is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #18EFDC is #E71023. Grayscale: #ACACAC. Windows color (decimal): -15142948 or 14479128. OLE color: 14479128.
HSL color Cylindrical-coordinate representation of color #18EFDC: hue angle of 174.7º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #18EFDC is Cyan = 0.90, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 24 | 239 | 220 | - |
| CMYK | 0.90 | 0 | 0.08 | 0.06 |
| HSL | 174.7º | 0.87% | 0.52% | - |
| HSV(B) | 174.7º | 0.9% | 0.94% | - |
| XYZ | 44.16 | 67.09 | 78.33 | - |
| YUV | 172.55 | 154.77 | 22.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 239 | 220 | 0.90 | 0 | 0.08 | 0.06 | 174.7 | 0.87 | 0.52 |
| Hex | 18 | EF | DC | 5A | 0 | 8 | 6 | AF | 57 | 34 |
| Octal | 30 | 357 | 334 | 132 | 0 | 10 | 6 | 257 | 127 | 64 |
| Binary | 11000 | 11101111 | 11011100 | 1011010 | 0 | 1000 | 110 | 10101111 | 1010111 | 110100 |
Color Harmonies of #18EFDC
Complementary color
Monochromatic Colors of #18EFDC
Black with #18EFDC
Text Example
Text Example
White with #18EFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18EFDC; }
p { color: rgb(24,239,220); }
H1.HeaderClassName
{
color: #18EFDC;
}
.AnyTagClassName
{
color: #18EFDC;
}
</style>
background-color css
<style>
a { background-color: #18EFDC; }
a { background-color: rgb(24,239,220); }
div.DivClassName
{
background-color: #18EFDC;
}
.BgClassName
{
background-color: #18EFDC;
}
</style>
border-color css
<style>
span { border-color: #18EFDC; }
span { border-color: rgb(24,239,220); }
td.TdClassName
{
border-color: #18EFDC;
}
.TagClassName
{
border-color: #18EFDC;
}
</style>