Shades of Bright Turquoise #18E8CB
Tints of Bright Turquoise #18E8CB
RGB
CMYK
RGB Variations
Color information
#18E8CB (or 0x18E8CB) is known color: Bright Turquoise. HEX triplet: 18, E8 and CB. RGB value is (24,232,203). Sum of RGB (Red+Green+Blue) = 24+232+203=459 (60% of max value = 765). Red value is 24 (9.77% from 255 or 5.23% from 459); Green value is 232 (91.02% from 255 or 50.54% from 459); Blue value is 203 (79.69% from 255 or 44.23% from 459); Max value from RGB is 232 - color contains mainly: green. Hex color #18E8CB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #18E8CB is #E71734. Grayscale: #A6A6A6. Windows color (decimal): -15144757 or 13363224. OLE color: 13363224.
HSL color Cylindrical-coordinate representation of color #18E8CB: hue angle of 171.63º 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 #18E8CB is Cyan = 0.90, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 24 | 232 | 203 | - |
| CMYK | 0.90 | 0 | 0.12 | 0.09 |
| HSL | 171.63º | 0.82% | 0.5% | - |
| HSV(B) | 171.63º | 0.9% | 0.91% | - |
| XYZ | 40.01 | 62.22 | 66.4 | - |
| YUV | 166.5 | 148.59 | 26.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 232 | 203 | 0.90 | 0 | 0.12 | 0.09 | 171.63 | 0.82 | 0.5 |
| Hex | 18 | E8 | CB | 5A | 0 | C | 9 | AC | 52 | 32 |
| Octal | 30 | 350 | 313 | 132 | 0 | 14 | 11 | 254 | 122 | 62 |
| Binary | 11000 | 11101000 | 11001011 | 1011010 | 0 | 1100 | 1001 | 10101100 | 1010010 | 110010 |
Color Harmonies of #18E8CB
Complementary color
Monochromatic Colors of #18E8CB
Black with #18E8CB
Text Example
Text Example
White with #18E8CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18E8CB; }
p { color: rgb(24,232,203); }
H1.HeaderClassName
{
color: #18E8CB;
}
.AnyTagClassName
{
color: #18E8CB;
}
</style>
background-color css
<style>
a { background-color: #18E8CB; }
a { background-color: rgb(24,232,203); }
div.DivClassName
{
background-color: #18E8CB;
}
.BgClassName
{
background-color: #18E8CB;
}
</style>
border-color css
<style>
span { border-color: #18E8CB; }
span { border-color: rgb(24,232,203); }
td.TdClassName
{
border-color: #18E8CB;
}
.TagClassName
{
border-color: #18E8CB;
}
</style>