Shades of Bright Turquoise #18F5D4
Tints of Bright Turquoise #18F5D4
RGB
CMYK
RGB Variations
Color information
#18F5D4 (or 0x18F5D4) is known color: Bright Turquoise. HEX triplet: 18, F5 and D4. RGB value is (24,245,212). Sum of RGB (Red+Green+Blue) = 24+245+212=481 (63% of max value = 765). Red value is 24 (9.77% from 255 or 4.99% from 481); Green value is 245 (96.09% from 255 or 50.94% from 481); Blue value is 212 (83.20% from 255 or 44.07% from 481); Max value from RGB is 245 - color contains mainly: green. Hex color #18F5D4 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #18F5D4 is #E70A2B. Grayscale: #AFAFAF. Windows color (decimal): -15141420 or 13956376. OLE color: 13956376.
HSL color Cylindrical-coordinate representation of color #18F5D4: hue angle of 171.04º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #18F5D4 is Cyan = 0.90, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 24 | 245 | 212 | - |
| CMYK | 0.90 | 0 | 0.13 | 0.04 |
| HSL | 171.04º | 0.92% | 0.53% | - |
| HSV(B) | 171.04º | 0.9% | 0.96% | - |
| XYZ | 44.91 | 70.25 | 73.48 | - |
| YUV | 175.16 | 148.78 | 20.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 245 | 212 | 0.90 | 0 | 0.13 | 0.04 | 171.04 | 0.92 | 0.53 |
| Hex | 18 | F5 | D4 | 5A | 0 | D | 4 | AB | 5C | 35 |
| Octal | 30 | 365 | 324 | 132 | 0 | 15 | 4 | 253 | 134 | 65 |
| Binary | 11000 | 11110101 | 11010100 | 1011010 | 0 | 1101 | 100 | 10101011 | 1011100 | 110101 |
Color Harmonies of #18F5D4
Complementary color
Monochromatic Colors of #18F5D4
Black with #18F5D4
Text Example
Text Example
White with #18F5D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18F5D4; }
p { color: rgb(24,245,212); }
H1.HeaderClassName
{
color: #18F5D4;
}
.AnyTagClassName
{
color: #18F5D4;
}
</style>
background-color css
<style>
a { background-color: #18F5D4; }
a { background-color: rgb(24,245,212); }
div.DivClassName
{
background-color: #18F5D4;
}
.BgClassName
{
background-color: #18F5D4;
}
</style>
border-color css
<style>
span { border-color: #18F5D4; }
span { border-color: rgb(24,245,212); }
td.TdClassName
{
border-color: #18F5D4;
}
.TagClassName
{
border-color: #18F5D4;
}
</style>