Shades of Bright Turquoise #18F0F5
Tints of Bright Turquoise #18F0F5
RGB
CMYK
RGB Variations
Color information
#18F0F5 (or 0x18F0F5) is known color: Bright Turquoise. HEX triplet: 18, F0 and F5. RGB value is (24,240,245). Sum of RGB (Red+Green+Blue) = 24+240+245=509 (67% of max value = 765). Red value is 24 (9.77% from 255 or 4.72% from 509); Green value is 240 (94.14% from 255 or 47.15% from 509); Blue value is 245 (96.09% from 255 or 48.13% from 509); Max value from RGB is 245 - color contains mainly: blue. Hex color #18F0F5 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #18F0F5 is #E70F0A. Grayscale: #AFAFAF. Windows color (decimal): -15142667 or 16117784. OLE color: 16117784.
HSL color Cylindrical-coordinate representation of color #18F0F5: hue angle of 181.36º 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 #18F0F5 is Cyan = 0.90, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 24 | 240 | 245 | - |
| CMYK | 0.90 | 0.02 | 0 | 0.04 |
| HSL | 181.36º | 0.92% | 0.53% | - |
| HSV(B) | 181.36º | 0.9% | 0.96% | - |
| XYZ | 48.02 | 69.11 | 97.19 | - |
| YUV | 175.99 | 166.94 | 19.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 240 | 245 | 0.90 | 0.02 | 0 | 0.04 | 181.36 | 0.92 | 0.53 |
| Hex | 18 | F0 | F5 | 5A | 2 | 0 | 4 | B5 | 5C | 35 |
| Octal | 30 | 360 | 365 | 132 | 2 | 0 | 4 | 265 | 134 | 65 |
| Binary | 11000 | 11110000 | 11110101 | 1011010 | 10 | 0 | 100 | 10110101 | 1011100 | 110101 |
Color Harmonies of #18F0F5
Complementary color
Monochromatic Colors of #18F0F5
Black with #18F0F5
Text Example
Text Example
White with #18F0F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18F0F5; }
p { color: rgb(24,240,245); }
H1.HeaderClassName
{
color: #18F0F5;
}
.AnyTagClassName
{
color: #18F0F5;
}
</style>
background-color css
<style>
a { background-color: #18F0F5; }
a { background-color: rgb(24,240,245); }
div.DivClassName
{
background-color: #18F0F5;
}
.BgClassName
{
background-color: #18F0F5;
}
</style>
border-color css
<style>
span { border-color: #18F0F5; }
span { border-color: rgb(24,240,245); }
td.TdClassName
{
border-color: #18F0F5;
}
.TagClassName
{
border-color: #18F0F5;
}
</style>