Shades of Bright Turquoise #18E6CB
Tints of Bright Turquoise #18E6CB
RGB
CMYK
RGB Variations
Color information
#18E6CB (or 0x18E6CB) is known color: Bright Turquoise. HEX triplet: 18, E6 and CB. RGB value is (24,230,203). Sum of RGB (Red+Green+Blue) = 24+230+203=457 (60% of max value = 765). Red value is 24 (9.77% from 255 or 5.25% from 457); Green value is 230 (90.23% from 255 or 50.33% from 457); Blue value is 203 (79.69% from 255 or 44.42% from 457); Max value from RGB is 230 - color contains mainly: green. Hex color #18E6CB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #18E6CB is #E71934. Grayscale: #A5A5A5. Windows color (decimal): -15145269 or 13362712. OLE color: 13362712.
HSL color Cylindrical-coordinate representation of color #18E6CB: hue angle of 172.14º degrees, saturation: 0.81, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #18E6CB is Cyan = 0.90, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 24 | 230 | 203 | - |
| CMYK | 0.90 | 0 | 0.12 | 0.10 |
| HSL | 172.14º | 0.81% | 0.5% | - |
| HSV(B) | 172.14º | 0.9% | 0.9% | - |
| XYZ | 39.45 | 61.1 | 66.21 | - |
| YUV | 165.33 | 149.25 | 27.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 230 | 203 | 0.90 | 0 | 0.12 | 0.10 | 172.14 | 0.81 | 0.5 |
| Hex | 18 | E6 | CB | 5A | 0 | C | A | AC | 51 | 32 |
| Octal | 30 | 346 | 313 | 132 | 0 | 14 | 12 | 254 | 121 | 62 |
| Binary | 11000 | 11100110 | 11001011 | 1011010 | 0 | 1100 | 1010 | 10101100 | 1010001 | 110010 |
Color Harmonies of #18E6CB
Complementary color
Monochromatic Colors of #18E6CB
Black with #18E6CB
Text Example
Text Example
White with #18E6CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18E6CB; }
p { color: rgb(24,230,203); }
H1.HeaderClassName
{
color: #18E6CB;
}
.AnyTagClassName
{
color: #18E6CB;
}
</style>
background-color css
<style>
a { background-color: #18E6CB; }
a { background-color: rgb(24,230,203); }
div.DivClassName
{
background-color: #18E6CB;
}
.BgClassName
{
background-color: #18E6CB;
}
</style>
border-color css
<style>
span { border-color: #18E6CB; }
span { border-color: rgb(24,230,203); }
td.TdClassName
{
border-color: #18E6CB;
}
.TagClassName
{
border-color: #18E6CB;
}
</style>