Shades of Bright Turquoise #18F2CA
Tints of Bright Turquoise #18F2CA
RGB
CMYK
RGB Variations
Color information
#18F2CA (or 0x18F2CA) is known color: Bright Turquoise. HEX triplet: 18, F2 and CA. RGB value is (24,242,202). Sum of RGB (Red+Green+Blue) = 24+242+202=468 (61% of max value = 765). Red value is 24 (9.77% from 255 or 5.13% from 468); Green value is 242 (94.92% from 255 or 51.71% from 468); Blue value is 202 (79.30% from 255 or 43.16% from 468); Max value from RGB is 242 - color contains mainly: green. Hex color #18F2CA is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #18F2CA is #E70D35. Grayscale: #ACACAC. Windows color (decimal): -15142198 or 13300248. OLE color: 13300248.
HSL color Cylindrical-coordinate representation of color #18F2CA: hue angle of 168.99º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #18F2CA is Cyan = 0.90, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 24 | 242 | 202 | - |
| CMYK | 0.90 | 0 | 0.17 | 0.05 |
| HSL | 168.99º | 0.89% | 0.52% | - |
| HSV(B) | 168.99º | 0.9% | 0.95% | - |
| XYZ | 42.79 | 67.96 | 66.74 | - |
| YUV | 172.26 | 144.78 | 22.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 242 | 202 | 0.90 | 0 | 0.17 | 0.05 | 168.99 | 0.89 | 0.52 |
| Hex | 18 | F2 | CA | 5A | 0 | 11 | 5 | A9 | 59 | 34 |
| Octal | 30 | 362 | 312 | 132 | 0 | 21 | 5 | 251 | 131 | 64 |
| Binary | 11000 | 11110010 | 11001010 | 1011010 | 0 | 10001 | 101 | 10101001 | 1011001 | 110100 |
Color Harmonies of #18F2CA
Complementary color
Monochromatic Colors of #18F2CA
Black with #18F2CA
Text Example
Text Example
White with #18F2CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18F2CA; }
p { color: rgb(24,242,202); }
H1.HeaderClassName
{
color: #18F2CA;
}
.AnyTagClassName
{
color: #18F2CA;
}
</style>
background-color css
<style>
a { background-color: #18F2CA; }
a { background-color: rgb(24,242,202); }
div.DivClassName
{
background-color: #18F2CA;
}
.BgClassName
{
background-color: #18F2CA;
}
</style>
border-color css
<style>
span { border-color: #18F2CA; }
span { border-color: rgb(24,242,202); }
td.TdClassName
{
border-color: #18F2CA;
}
.TagClassName
{
border-color: #18F2CA;
}
</style>