Shades of Dark Turquoise #18CCE7
Tints of Dark Turquoise #18CCE7
RGB
CMYK
RGB Variations
Color information
#18CCE7 (or 0x18CCE7) is known color: Dark Turquoise. HEX triplet: 18, CC and E7. RGB value is (24,204,231). Sum of RGB (Red+Green+Blue) = 24+204+231=459 (60% of max value = 765). Red value is 24 (9.77% from 255 or 5.23% from 459); Green value is 204 (80.08% from 255 or 44.44% from 459); Blue value is 231 (90.62% from 255 or 50.33% from 459); Max value from RGB is 231 - color contains mainly: blue. Hex color #18CCE7 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #18CCE7 is #E73318. Grayscale: #989898. Windows color (decimal): -15151897 or 15191064. OLE color: 15191064.
HSL color Cylindrical-coordinate representation of color #18CCE7: hue angle of 187.83º degrees, saturation: 0.81, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #18CCE7 is Cyan = 0.90, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 24 | 204 | 231 | - |
| CMYK | 0.90 | 0.12 | 0 | 0.09 |
| HSL | 187.83º | 0.81% | 0.5% | - |
| HSV(B) | 187.83º | 0.9% | 0.91% | - |
| XYZ | 36.39 | 49.15 | 83.17 | - |
| YUV | 153.26 | 171.87 | 35.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 204 | 231 | 0.90 | 0.12 | 0 | 0.09 | 187.83 | 0.81 | 0.5 |
| Hex | 18 | CC | E7 | 5A | C | 0 | 9 | BC | 51 | 32 |
| Octal | 30 | 314 | 347 | 132 | 14 | 0 | 11 | 274 | 121 | 62 |
| Binary | 11000 | 11001100 | 11100111 | 1011010 | 1100 | 0 | 1001 | 10111100 | 1010001 | 110010 |
Color Harmonies of #18CCE7
Complementary color
Monochromatic Colors of #18CCE7
Black with #18CCE7
Text Example
Text Example
White with #18CCE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18CCE7; }
p { color: rgb(24,204,231); }
H1.HeaderClassName
{
color: #18CCE7;
}
.AnyTagClassName
{
color: #18CCE7;
}
</style>
background-color css
<style>
a { background-color: #18CCE7; }
a { background-color: rgb(24,204,231); }
div.DivClassName
{
background-color: #18CCE7;
}
.BgClassName
{
background-color: #18CCE7;
}
</style>
border-color css
<style>
span { border-color: #18CCE7; }
span { border-color: rgb(24,204,231); }
td.TdClassName
{
border-color: #18CCE7;
}
.TagClassName
{
border-color: #18CCE7;
}
</style>