Shades of Bright Turquoise #18EAC5
Tints of Bright Turquoise #18EAC5
RGB
CMYK
RGB Variations
Color information
#18EAC5 (or 0x18EAC5) is known color: Bright Turquoise. HEX triplet: 18, EA and C5. RGB value is (24,234,197). Sum of RGB (Red+Green+Blue) = 24+234+197=455 (60% of max value = 765). Red value is 24 (9.77% from 255 or 5.27% from 455); Green value is 234 (91.80% from 255 or 51.43% from 455); Blue value is 197 (77.34% from 255 or 43.30% from 455); Max value from RGB is 234 - color contains mainly: green. Hex color #18EAC5 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #18EAC5 is #E7153A. Grayscale: #A6A6A6. Windows color (decimal): -15144251 or 12970520. OLE color: 12970520.
HSL color Cylindrical-coordinate representation of color #18EAC5: hue angle of 169.43º degrees, saturation: 0.83, 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 #18EAC5 is Cyan = 0.90, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 24 | 234 | 197 | - |
| CMYK | 0.90 | 0 | 0.16 | 0.08 |
| HSL | 169.43º | 0.83% | 0.51% | - |
| HSV(B) | 169.43º | 0.9% | 0.92% | - |
| XYZ | 39.88 | 63.07 | 62.9 | - |
| YUV | 166.99 | 144.93 | 26.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 234 | 197 | 0.90 | 0 | 0.16 | 0.08 | 169.43 | 0.83 | 0.51 |
| Hex | 18 | EA | C5 | 5A | 0 | 10 | 8 | A9 | 53 | 33 |
| Octal | 30 | 352 | 305 | 132 | 0 | 20 | 10 | 251 | 123 | 63 |
| Binary | 11000 | 11101010 | 11000101 | 1011010 | 0 | 10000 | 1000 | 10101001 | 1010011 | 110011 |
Color Harmonies of #18EAC5
Complementary color
Monochromatic Colors of #18EAC5
Black with #18EAC5
Text Example
Text Example
White with #18EAC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18EAC5; }
p { color: rgb(24,234,197); }
H1.HeaderClassName
{
color: #18EAC5;
}
.AnyTagClassName
{
color: #18EAC5;
}
</style>
background-color css
<style>
a { background-color: #18EAC5; }
a { background-color: rgb(24,234,197); }
div.DivClassName
{
background-color: #18EAC5;
}
.BgClassName
{
background-color: #18EAC5;
}
</style>
border-color css
<style>
span { border-color: #18EAC5; }
span { border-color: rgb(24,234,197); }
td.TdClassName
{
border-color: #18EAC5;
}
.TagClassName
{
border-color: #18EAC5;
}
</style>