Shades of Bright Turquoise #18DFC5
Tints of Bright Turquoise #18DFC5
RGB
CMYK
RGB Variations
Color information
#18DFC5 (or 0x18DFC5) is known color: Bright Turquoise. HEX triplet: 18, DF and C5. RGB value is (24,223,197). Sum of RGB (Red+Green+Blue) = 24+223+197=444 (58% of max value = 765). Red value is 24 (9.77% from 255 or 5.41% from 444); Green value is 223 (87.5% from 255 or 50.23% from 444); Blue value is 197 (77.34% from 255 or 44.37% from 444); Max value from RGB is 223 - color contains mainly: green. Hex color #18DFC5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #18DFC5 is #E7203A. Grayscale: #A0A0A0. Windows color (decimal): -15147067 or 12967704. OLE color: 12967704.
HSL color Cylindrical-coordinate representation of color #18DFC5: hue angle of 172.16º degrees, saturation: 0.81, 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 #18DFC5 is Cyan = 0.89, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 24 | 223 | 197 | - |
| CMYK | 0.89 | 0 | 0.12 | 0.13 |
| HSL | 172.16º | 0.81% | 0.48% | - |
| HSV(B) | 172.16º | 0.89% | 0.87% | - |
| XYZ | 36.84 | 57 | 61.88 | - |
| YUV | 160.54 | 148.57 | 30.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 223 | 197 | 0.89 | 0 | 0.12 | 0.13 | 172.16 | 0.81 | 0.48 |
| Hex | 18 | DF | C5 | 59 | 0 | C | D | AC | 51 | 30 |
| Octal | 30 | 337 | 305 | 131 | 0 | 14 | 15 | 254 | 121 | 60 |
| Binary | 11000 | 11011111 | 11000101 | 1011001 | 0 | 1100 | 1101 | 10101100 | 1010001 | 110000 |
Color Harmonies of #18DFC5
Complementary color
Monochromatic Colors of #18DFC5
Black with #18DFC5
Text Example
Text Example
White with #18DFC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18DFC5; }
p { color: rgb(24,223,197); }
H1.HeaderClassName
{
color: #18DFC5;
}
.AnyTagClassName
{
color: #18DFC5;
}
</style>
background-color css
<style>
a { background-color: #18DFC5; }
a { background-color: rgb(24,223,197); }
div.DivClassName
{
background-color: #18DFC5;
}
.BgClassName
{
background-color: #18DFC5;
}
</style>
border-color css
<style>
span { border-color: #18DFC5; }
span { border-color: rgb(24,223,197); }
td.TdClassName
{
border-color: #18DFC5;
}
.TagClassName
{
border-color: #18DFC5;
}
</style>