Shades of Bright Turquoise #18E8C7
Tints of Bright Turquoise #18E8C7
RGB
CMYK
RGB Variations
Color information
#18E8C7 (or 0x18E8C7) is known color: Bright Turquoise. HEX triplet: 18, E8 and C7. RGB value is (24,232,199). Sum of RGB (Red+Green+Blue) = 24+232+199=455 (60% of max value = 765). Red value is 24 (9.77% from 255 or 5.27% from 455); Green value is 232 (91.02% from 255 or 50.99% from 455); Blue value is 199 (78.12% from 255 or 43.74% from 455); Max value from RGB is 232 - color contains mainly: green. Hex color #18E8C7 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #18E8C7 is #E71738. Grayscale: #A5A5A5. Windows color (decimal): -15144761 or 13101080. OLE color: 13101080.
HSL color Cylindrical-coordinate representation of color #18E8C7: hue angle of 170.48º 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 #18E8C7 is Cyan = 0.90, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 24 | 232 | 199 | - |
| CMYK | 0.90 | 0 | 0.14 | 0.09 |
| HSL | 170.48º | 0.82% | 0.5% | - |
| HSV(B) | 170.48º | 0.9% | 0.91% | - |
| XYZ | 39.54 | 62.03 | 63.92 | - |
| YUV | 166.05 | 146.59 | 26.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 232 | 199 | 0.90 | 0 | 0.14 | 0.09 | 170.48 | 0.82 | 0.5 |
| Hex | 18 | E8 | C7 | 5A | 0 | E | 9 | AA | 52 | 32 |
| Octal | 30 | 350 | 307 | 132 | 0 | 16 | 11 | 252 | 122 | 62 |
| Binary | 11000 | 11101000 | 11000111 | 1011010 | 0 | 1110 | 1001 | 10101010 | 1010010 | 110010 |
Color Harmonies of #18E8C7
Complementary color
Monochromatic Colors of #18E8C7
Black with #18E8C7
Text Example
Text Example
White with #18E8C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18E8C7; }
p { color: rgb(24,232,199); }
H1.HeaderClassName
{
color: #18E8C7;
}
.AnyTagClassName
{
color: #18E8C7;
}
</style>
background-color css
<style>
a { background-color: #18E8C7; }
a { background-color: rgb(24,232,199); }
div.DivClassName
{
background-color: #18E8C7;
}
.BgClassName
{
background-color: #18E8C7;
}
</style>
border-color css
<style>
span { border-color: #18E8C7; }
span { border-color: rgb(24,232,199); }
td.TdClassName
{
border-color: #18E8C7;
}
.TagClassName
{
border-color: #18E8C7;
}
</style>