Shades of Bright Turquoise #18F8F0
Tints of Bright Turquoise #18F8F0
RGB
CMYK
RGB Variations
Color information
#18F8F0 (or 0x18F8F0) is known color: Bright Turquoise. HEX triplet: 18, F8 and F0. RGB value is (24,248,240). Sum of RGB (Red+Green+Blue) = 24+248+240=512 (67% of max value = 765). Red value is 24 (9.77% from 255 or 4.69% from 512); Green value is 248 (97.27% from 255 or 48.44% from 512); Blue value is 240 (94.14% from 255 or 46.88% from 512); Max value from RGB is 248 - color contains mainly: green. Hex color #18F8F0 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #18F8F0 is #E7070F. Grayscale: #B3B3B3. Windows color (decimal): -15140624 or 15792152. OLE color: 15792152.
HSL color Cylindrical-coordinate representation of color #18F8F0: hue angle of 177.86º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #18F8F0 is Cyan = 0.90, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 24 | 248 | 240 | - |
| CMYK | 0.90 | 0 | 0.03 | 0.03 |
| HSL | 177.86º | 0.94% | 0.53% | - |
| HSV(B) | 177.86º | 0.9% | 0.97% | - |
| XYZ | 49.67 | 73.62 | 94.03 | - |
| YUV | 180.11 | 161.79 | 16.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 248 | 240 | 0.90 | 0 | 0.03 | 0.03 | 177.86 | 0.94 | 0.53 |
| Hex | 18 | F8 | F0 | 5A | 0 | 3 | 3 | B2 | 5E | 35 |
| Octal | 30 | 370 | 360 | 132 | 0 | 3 | 3 | 262 | 136 | 65 |
| Binary | 11000 | 11111000 | 11110000 | 1011010 | 0 | 11 | 11 | 10110010 | 1011110 | 110101 |
Color Harmonies of #18F8F0
Complementary color
Monochromatic Colors of #18F8F0
Black with #18F8F0
Text Example
Text Example
White with #18F8F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18F8F0; }
p { color: rgb(24,248,240); }
H1.HeaderClassName
{
color: #18F8F0;
}
.AnyTagClassName
{
color: #18F8F0;
}
</style>
background-color css
<style>
a { background-color: #18F8F0; }
a { background-color: rgb(24,248,240); }
div.DivClassName
{
background-color: #18F8F0;
}
.BgClassName
{
background-color: #18F8F0;
}
</style>
border-color css
<style>
span { border-color: #18F8F0; }
span { border-color: rgb(24,248,240); }
td.TdClassName
{
border-color: #18F8F0;
}
.TagClassName
{
border-color: #18F8F0;
}
</style>