Shades of Bright Turquoise #18DECC
Tints of Bright Turquoise #18DECC
RGB
CMYK
RGB Variations
Color information
#18DECC (or 0x18DECC) is known color: Bright Turquoise. HEX triplet: 18, DE and CC. RGB value is (24,222,204). Sum of RGB (Red+Green+Blue) = 24+222+204=450 (59% of max value = 765). Red value is 24 (9.77% from 255 or 5.33% from 450); Green value is 222 (87.11% from 255 or 49.33% from 450); Blue value is 204 (80.08% from 255 or 45.33% from 450); Max value from RGB is 222 - color contains mainly: green. Hex color #18DECC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #18DECC is #E72133. Grayscale: #A0A0A0. Windows color (decimal): -15147316 or 13426200. OLE color: 13426200.
HSL color Cylindrical-coordinate representation of color #18DECC: hue angle of 174.55º 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 #18DECC is Cyan = 0.89, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 24 | 222 | 204 | - |
| CMYK | 0.89 | 0 | 0.08 | 0.13 |
| HSL | 174.55º | 0.8% | 0.48% | - |
| HSV(B) | 174.55º | 0.89% | 0.87% | - |
| XYZ | 37.4 | 56.8 | 66.12 | - |
| YUV | 160.75 | 152.4 | 30.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 222 | 204 | 0.89 | 0 | 0.08 | 0.13 | 174.55 | 0.8 | 0.48 |
| Hex | 18 | DE | CC | 59 | 0 | 8 | D | AF | 50 | 30 |
| Octal | 30 | 336 | 314 | 131 | 0 | 10 | 15 | 257 | 120 | 60 |
| Binary | 11000 | 11011110 | 11001100 | 1011001 | 0 | 1000 | 1101 | 10101111 | 1010000 | 110000 |
Color Harmonies of #18DECC
Complementary color
Monochromatic Colors of #18DECC
Black with #18DECC
Text Example
Text Example
White with #18DECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18DECC; }
p { color: rgb(24,222,204); }
H1.HeaderClassName
{
color: #18DECC;
}
.AnyTagClassName
{
color: #18DECC;
}
</style>
background-color css
<style>
a { background-color: #18DECC; }
a { background-color: rgb(24,222,204); }
div.DivClassName
{
background-color: #18DECC;
}
.BgClassName
{
background-color: #18DECC;
}
</style>
border-color css
<style>
span { border-color: #18DECC; }
span { border-color: rgb(24,222,204); }
td.TdClassName
{
border-color: #18DECC;
}
.TagClassName
{
border-color: #18DECC;
}
</style>