Shades of Bright Turquoise #18FAC4
Tints of Bright Turquoise #18FAC4
RGB
CMYK
RGB Variations
Color information
#18FAC4 (or 0x18FAC4) is known color: Bright Turquoise. HEX triplet: 18, FA and C4. RGB value is (24,250,196). Sum of RGB (Red+Green+Blue) = 24+250+196=470 (62% of max value = 765). Red value is 24 (9.77% from 255 or 5.11% from 470); Green value is 250 (98.05% from 255 or 53.19% from 470); Blue value is 196 (76.95% from 255 or 41.70% from 470); Max value from RGB is 250 - color contains mainly: green. Hex color #18FAC4 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #18FAC4 is #E7053B. Grayscale: #B0B0B0. Windows color (decimal): -15140156 or 12909080. OLE color: 12909080.
HSL color Cylindrical-coordinate representation of color #18FAC4: hue angle of 165.66º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #18FAC4 is Cyan = 0.90, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 24 | 250 | 196 | - |
| CMYK | 0.90 | 0 | 0.22 | 0.02 |
| HSL | 165.66º | 0.96% | 0.54% | - |
| HSV(B) | 165.66º | 0.9% | 0.98% | - |
| XYZ | 44.53 | 72.55 | 63.88 | - |
| YUV | 176.27 | 139.13 | 19.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 250 | 196 | 0.90 | 0 | 0.22 | 0.02 | 165.66 | 0.96 | 0.54 |
| Hex | 18 | FA | C4 | 5A | 0 | 16 | 2 | A6 | 60 | 36 |
| Octal | 30 | 372 | 304 | 132 | 0 | 26 | 2 | 246 | 140 | 66 |
| Binary | 11000 | 11111010 | 11000100 | 1011010 | 0 | 10110 | 10 | 10100110 | 1100000 | 110110 |
Color Harmonies of #18FAC4
Complementary color
Monochromatic Colors of #18FAC4
Black with #18FAC4
Text Example
Text Example
White with #18FAC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18FAC4; }
p { color: rgb(24,250,196); }
H1.HeaderClassName
{
color: #18FAC4;
}
.AnyTagClassName
{
color: #18FAC4;
}
</style>
background-color css
<style>
a { background-color: #18FAC4; }
a { background-color: rgb(24,250,196); }
div.DivClassName
{
background-color: #18FAC4;
}
.BgClassName
{
background-color: #18FAC4;
}
</style>
border-color css
<style>
span { border-color: #18FAC4; }
span { border-color: rgb(24,250,196); }
td.TdClassName
{
border-color: #18FAC4;
}
.TagClassName
{
border-color: #18FAC4;
}
</style>