Shades of Dark Turquoise #18C5E3
Tints of Dark Turquoise #18C5E3
RGB
CMYK
RGB Variations
Color information
#18C5E3 (or 0x18C5E3) is known color: Dark Turquoise. HEX triplet: 18, C5 and E3. RGB value is (24,197,227). Sum of RGB (Red+Green+Blue) = 24+197+227=448 (59% of max value = 765). Red value is 24 (9.77% from 255 or 5.36% from 448); Green value is 197 (77.34% from 255 or 43.97% from 448); Blue value is 227 (89.06% from 255 or 50.67% from 448); Max value from RGB is 227 - color contains mainly: blue. Hex color #18C5E3 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #18C5E3 is #E73A1C. Grayscale: #949494. Windows color (decimal): -15153693 or 14927128. OLE color: 14927128.
HSL color Cylindrical-coordinate representation of color #18C5E3: hue angle of 188.87º degrees, saturation: 0.81, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #18C5E3 is Cyan = 0.89, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 24 | 197 | 227 | - |
| CMYK | 0.89 | 0.13 | 0 | 0.11 |
| HSL | 188.87º | 0.81% | 0.49% | - |
| HSV(B) | 188.87º | 0.89% | 0.89% | - |
| XYZ | 34.21 | 45.67 | 79.69 | - |
| YUV | 148.69 | 172.19 | 39.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 197 | 227 | 0.89 | 0.13 | 0 | 0.11 | 188.87 | 0.81 | 0.49 |
| Hex | 18 | C5 | E3 | 59 | D | 0 | B | BD | 51 | 31 |
| Octal | 30 | 305 | 343 | 131 | 15 | 0 | 13 | 275 | 121 | 61 |
| Binary | 11000 | 11000101 | 11100011 | 1011001 | 1101 | 0 | 1011 | 10111101 | 1010001 | 110001 |
Color Harmonies of #18C5E3
Complementary color
Monochromatic Colors of #18C5E3
Black with #18C5E3
Text Example
Text Example
White with #18C5E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18C5E3; }
p { color: rgb(24,197,227); }
H1.HeaderClassName
{
color: #18C5E3;
}
.AnyTagClassName
{
color: #18C5E3;
}
</style>
background-color css
<style>
a { background-color: #18C5E3; }
a { background-color: rgb(24,197,227); }
div.DivClassName
{
background-color: #18C5E3;
}
.BgClassName
{
background-color: #18C5E3;
}
</style>
border-color css
<style>
span { border-color: #18C5E3; }
span { border-color: rgb(24,197,227); }
td.TdClassName
{
border-color: #18C5E3;
}
.TagClassName
{
border-color: #18C5E3;
}
</style>