Shades of Bright Turquoise #18DEC4
Tints of Bright Turquoise #18DEC4
RGB
CMYK
RGB Variations
Color information
#18DEC4 (or 0x18DEC4) is known color: Bright Turquoise. HEX triplet: 18, DE and C4. RGB value is (24,222,196). Sum of RGB (Red+Green+Blue) = 24+222+196=442 (58% of max value = 765). Red value is 24 (9.77% from 255 or 5.43% from 442); Green value is 222 (87.11% from 255 or 50.23% from 442); Blue value is 196 (76.95% from 255 or 44.34% from 442); Max value from RGB is 222 - color contains mainly: green. Hex color #18DEC4 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #18DEC4 is #E7213B. Grayscale: #9F9F9F. Windows color (decimal): -15147324 or 12901912. OLE color: 12901912.
HSL color Cylindrical-coordinate representation of color #18DEC4: hue angle of 172.12º 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 #18DEC4 is Cyan = 0.89, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 24 | 222 | 196 | - |
| CMYK | 0.89 | 0 | 0.12 | 0.13 |
| HSL | 172.12º | 0.8% | 0.48% | - |
| HSV(B) | 172.12º | 0.89% | 0.87% | - |
| XYZ | 36.46 | 56.42 | 61.19 | - |
| YUV | 159.83 | 148.4 | 31.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 222 | 196 | 0.89 | 0 | 0.12 | 0.13 | 172.12 | 0.8 | 0.48 |
| Hex | 18 | DE | C4 | 59 | 0 | C | D | AC | 50 | 30 |
| Octal | 30 | 336 | 304 | 131 | 0 | 14 | 15 | 254 | 120 | 60 |
| Binary | 11000 | 11011110 | 11000100 | 1011001 | 0 | 1100 | 1101 | 10101100 | 1010000 | 110000 |
Color Harmonies of #18DEC4
Complementary color
Monochromatic Colors of #18DEC4
Black with #18DEC4
Text Example
Text Example
White with #18DEC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18DEC4; }
p { color: rgb(24,222,196); }
H1.HeaderClassName
{
color: #18DEC4;
}
.AnyTagClassName
{
color: #18DEC4;
}
</style>
background-color css
<style>
a { background-color: #18DEC4; }
a { background-color: rgb(24,222,196); }
div.DivClassName
{
background-color: #18DEC4;
}
.BgClassName
{
background-color: #18DEC4;
}
</style>
border-color css
<style>
span { border-color: #18DEC4; }
span { border-color: rgb(24,222,196); }
td.TdClassName
{
border-color: #18DEC4;
}
.TagClassName
{
border-color: #18DEC4;
}
</style>