Shades of Bright Turquoise #18FCCA
Tints of Bright Turquoise #18FCCA
RGB
CMYK
RGB Variations
Color information
#18FCCA (or 0x18FCCA) is known color: Bright Turquoise. HEX triplet: 18, FC and CA. RGB value is (24,252,202). Sum of RGB (Red+Green+Blue) = 24+252+202=478 (63% of max value = 765). Red value is 24 (9.77% from 255 or 5.02% from 478); Green value is 252 (98.83% from 255 or 52.72% from 478); Blue value is 202 (79.30% from 255 or 42.26% from 478); Max value from RGB is 252 - color contains mainly: green. Hex color #18FCCA is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #18FCCA is #E70335. Grayscale: #B2B2B2. Windows color (decimal): -15139638 or 13302808. OLE color: 13302808.
HSL color Cylindrical-coordinate representation of color #18FCCA: hue angle of 166.84º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #18FCCA is Cyan = 0.90, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 24 | 252 | 202 | - |
| CMYK | 0.90 | 0 | 0.20 | 0.01 |
| HSL | 166.84º | 0.97% | 0.54% | - |
| HSV(B) | 166.84º | 0.9% | 0.99% | - |
| XYZ | 45.85 | 74.08 | 67.76 | - |
| YUV | 178.13 | 141.46 | 18.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 252 | 202 | 0.90 | 0 | 0.20 | 0.01 | 166.84 | 0.97 | 0.54 |
| Hex | 18 | FC | CA | 5A | 0 | 14 | 1 | A7 | 61 | 36 |
| Octal | 30 | 374 | 312 | 132 | 0 | 24 | 1 | 247 | 141 | 66 |
| Binary | 11000 | 11111100 | 11001010 | 1011010 | 0 | 10100 | 1 | 10100111 | 1100001 | 110110 |
Color Harmonies of #18FCCA
Complementary color
Monochromatic Colors of #18FCCA
Black with #18FCCA
Text Example
Text Example
White with #18FCCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18FCCA; }
p { color: rgb(24,252,202); }
H1.HeaderClassName
{
color: #18FCCA;
}
.AnyTagClassName
{
color: #18FCCA;
}
</style>
background-color css
<style>
a { background-color: #18FCCA; }
a { background-color: rgb(24,252,202); }
div.DivClassName
{
background-color: #18FCCA;
}
.BgClassName
{
background-color: #18FCCA;
}
</style>
border-color css
<style>
span { border-color: #18FCCA; }
span { border-color: rgb(24,252,202); }
td.TdClassName
{
border-color: #18FCCA;
}
.TagClassName
{
border-color: #18FCCA;
}
</style>