Shades of Bright Turquoise #18E8E5
Tints of Bright Turquoise #18E8E5
RGB
CMYK
RGB Variations
Color information
#18E8E5 (or 0x18E8E5) is known color: Bright Turquoise. HEX triplet: 18, E8 and E5. RGB value is (24,232,229). Sum of RGB (Red+Green+Blue) = 24+232+229=485 (64% of max value = 765). Red value is 24 (9.77% from 255 or 4.95% from 485); Green value is 232 (91.02% from 255 or 47.84% from 485); Blue value is 229 (89.84% from 255 or 47.22% from 485); Max value from RGB is 232 - color contains mainly: green. Hex color #18E8E5 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #18E8E5 is #E7171A. Grayscale: #A9A9A9. Windows color (decimal): -15144731 or 15067160. OLE color: 15067160.
HSL color Cylindrical-coordinate representation of color #18E8E5: hue angle of 179.13º degrees, saturation: 0.82, 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 #18E8E5 is Cyan = 0.90, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 24 | 232 | 229 | - |
| CMYK | 0.90 | 0 | 0.01 | 0.09 |
| HSL | 179.13º | 0.82% | 0.5% | - |
| HSV(B) | 179.13º | 0.9% | 0.91% | - |
| XYZ | 43.38 | 63.56 | 84.11 | - |
| YUV | 169.47 | 161.59 | 24.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 232 | 229 | 0.90 | 0 | 0.01 | 0.09 | 179.13 | 0.82 | 0.5 |
| Hex | 18 | E8 | E5 | 5A | 0 | 1 | 9 | B3 | 52 | 32 |
| Octal | 30 | 350 | 345 | 132 | 0 | 1 | 11 | 263 | 122 | 62 |
| Binary | 11000 | 11101000 | 11100101 | 1011010 | 0 | 1 | 1001 | 10110011 | 1010010 | 110010 |
Color Harmonies of #18E8E5
Complementary color
Monochromatic Colors of #18E8E5
Black with #18E8E5
Text Example
Text Example
White with #18E8E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18E8E5; }
p { color: rgb(24,232,229); }
H1.HeaderClassName
{
color: #18E8E5;
}
.AnyTagClassName
{
color: #18E8E5;
}
</style>
background-color css
<style>
a { background-color: #18E8E5; }
a { background-color: rgb(24,232,229); }
div.DivClassName
{
background-color: #18E8E5;
}
.BgClassName
{
background-color: #18E8E5;
}
</style>
border-color css
<style>
span { border-color: #18E8E5; }
span { border-color: rgb(24,232,229); }
td.TdClassName
{
border-color: #18E8E5;
}
.TagClassName
{
border-color: #18E8E5;
}
</style>