Shades of Bright Turquoise #18D8D4
Tints of Bright Turquoise #18D8D4
RGB
CMYK
RGB Variations
Color information
#18D8D4 (or 0x18D8D4) is known color: Bright Turquoise. HEX triplet: 18, D8 and D4. RGB value is (24,216,212). Sum of RGB (Red+Green+Blue) = 24+216+212=452 (59% of max value = 765). Red value is 24 (9.77% from 255 or 5.31% from 452); Green value is 216 (84.77% from 255 or 47.79% from 452); Blue value is 212 (83.20% from 255 or 46.90% from 452); Max value from RGB is 216 - color contains mainly: green. Hex color #18D8D4 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #18D8D4 is #E7272B. Grayscale: #9D9D9D. Windows color (decimal): -15148844 or 13948952. OLE color: 13948952.
HSL color Cylindrical-coordinate representation of color #18D8D4: hue angle of 178.75º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #18D8D4 is Cyan = 0.89, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 24 | 216 | 212 | - |
| CMYK | 0.89 | 0 | 0.02 | 0.15 |
| HSL | 178.75º | 0.8% | 0.47% | - |
| HSV(B) | 178.75º | 0.89% | 0.85% | - |
| XYZ | 36.82 | 54.06 | 70.78 | - |
| YUV | 158.14 | 158.39 | 32.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 216 | 212 | 0.89 | 0 | 0.02 | 0.15 | 178.75 | 0.8 | 0.47 |
| Hex | 18 | D8 | D4 | 59 | 0 | 2 | F | B3 | 50 | 2F |
| Octal | 30 | 330 | 324 | 131 | 0 | 2 | 17 | 263 | 120 | 57 |
| Binary | 11000 | 11011000 | 11010100 | 1011001 | 0 | 10 | 1111 | 10110011 | 1010000 | 101111 |
Color Harmonies of #18D8D4
Complementary color
Monochromatic Colors of #18D8D4
Black with #18D8D4
Text Example
Text Example
White with #18D8D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18D8D4; }
p { color: rgb(24,216,212); }
H1.HeaderClassName
{
color: #18D8D4;
}
.AnyTagClassName
{
color: #18D8D4;
}
</style>
background-color css
<style>
a { background-color: #18D8D4; }
a { background-color: rgb(24,216,212); }
div.DivClassName
{
background-color: #18D8D4;
}
.BgClassName
{
background-color: #18D8D4;
}
</style>
border-color css
<style>
span { border-color: #18D8D4; }
span { border-color: rgb(24,216,212); }
td.TdClassName
{
border-color: #18D8D4;
}
.TagClassName
{
border-color: #18D8D4;
}
</style>