Shades of Bright Turquoise #18EBC9
Tints of Bright Turquoise #18EBC9
RGB
CMYK
RGB Variations
Color information
#18EBC9 (or 0x18EBC9) is known color: Bright Turquoise. HEX triplet: 18, EB and C9. RGB value is (24,235,201). Sum of RGB (Red+Green+Blue) = 24+235+201=460 (60% of max value = 765). Red value is 24 (9.77% from 255 or 5.22% from 460); Green value is 235 (92.19% from 255 or 51.09% from 460); Blue value is 201 (78.91% from 255 or 43.70% from 460); Max value from RGB is 235 - color contains mainly: green. Hex color #18EBC9 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #18EBC9 is #E71436. Grayscale: #A7A7A7. Windows color (decimal): -15143991 or 13232920. OLE color: 13232920.
HSL color Cylindrical-coordinate representation of color #18EBC9: hue angle of 170.33º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #18EBC9 is Cyan = 0.90, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 24 | 235 | 201 | - |
| CMYK | 0.90 | 0 | 0.14 | 0.08 |
| HSL | 170.33º | 0.84% | 0.51% | - |
| HSV(B) | 170.33º | 0.9% | 0.92% | - |
| XYZ | 40.63 | 63.83 | 65.44 | - |
| YUV | 168.04 | 146.6 | 25.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 235 | 201 | 0.90 | 0 | 0.14 | 0.08 | 170.33 | 0.84 | 0.51 |
| Hex | 18 | EB | C9 | 5A | 0 | E | 8 | AA | 54 | 33 |
| Octal | 30 | 353 | 311 | 132 | 0 | 16 | 10 | 252 | 124 | 63 |
| Binary | 11000 | 11101011 | 11001001 | 1011010 | 0 | 1110 | 1000 | 10101010 | 1010100 | 110011 |
Color Harmonies of #18EBC9
Complementary color
Monochromatic Colors of #18EBC9
Black with #18EBC9
Text Example
Text Example
White with #18EBC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18EBC9; }
p { color: rgb(24,235,201); }
H1.HeaderClassName
{
color: #18EBC9;
}
.AnyTagClassName
{
color: #18EBC9;
}
</style>
background-color css
<style>
a { background-color: #18EBC9; }
a { background-color: rgb(24,235,201); }
div.DivClassName
{
background-color: #18EBC9;
}
.BgClassName
{
background-color: #18EBC9;
}
</style>
border-color css
<style>
span { border-color: #18EBC9; }
span { border-color: rgb(24,235,201); }
td.TdClassName
{
border-color: #18EBC9;
}
.TagClassName
{
border-color: #18EBC9;
}
</style>