Shades of Bright Turquoise #18E9CF
Tints of Bright Turquoise #18E9CF
RGB
CMYK
RGB Variations
Color information
#18E9CF (or 0x18E9CF) is known color: Bright Turquoise. HEX triplet: 18, E9 and CF. RGB value is (24,233,207). Sum of RGB (Red+Green+Blue) = 24+233+207=464 (61% of max value = 765). Red value is 24 (9.77% from 255 or 5.17% from 464); Green value is 233 (91.41% from 255 or 50.22% from 464); Blue value is 207 (81.25% from 255 or 44.61% from 464); Max value from RGB is 233 - color contains mainly: green. Hex color #18E9CF is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #18E9CF is #E71630. Grayscale: #A7A7A7. Windows color (decimal): -15144497 or 13625624. OLE color: 13625624.
HSL color Cylindrical-coordinate representation of color #18E9CF: hue angle of 172.54º degrees, saturation: 0.83, 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 #18E9CF is Cyan = 0.90, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 24 | 233 | 207 | - |
| CMYK | 0.90 | 0 | 0.11 | 0.09 |
| HSL | 172.54º | 0.83% | 0.5% | - |
| HSV(B) | 172.54º | 0.9% | 0.91% | - |
| XYZ | 40.78 | 62.98 | 69.04 | - |
| YUV | 167.55 | 150.26 | 25.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 233 | 207 | 0.90 | 0 | 0.11 | 0.09 | 172.54 | 0.83 | 0.5 |
| Hex | 18 | E9 | CF | 5A | 0 | B | 9 | AD | 53 | 32 |
| Octal | 30 | 351 | 317 | 132 | 0 | 13 | 11 | 255 | 123 | 62 |
| Binary | 11000 | 11101001 | 11001111 | 1011010 | 0 | 1011 | 1001 | 10101101 | 1010011 | 110010 |
Color Harmonies of #18E9CF
Complementary color
Monochromatic Colors of #18E9CF
Black with #18E9CF
Text Example
Text Example
White with #18E9CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18E9CF; }
p { color: rgb(24,233,207); }
H1.HeaderClassName
{
color: #18E9CF;
}
.AnyTagClassName
{
color: #18E9CF;
}
</style>
background-color css
<style>
a { background-color: #18E9CF; }
a { background-color: rgb(24,233,207); }
div.DivClassName
{
background-color: #18E9CF;
}
.BgClassName
{
background-color: #18E9CF;
}
</style>
border-color css
<style>
span { border-color: #18E9CF; }
span { border-color: rgb(24,233,207); }
td.TdClassName
{
border-color: #18E9CF;
}
.TagClassName
{
border-color: #18E9CF;
}
</style>