Shades of Bright Turquoise #18E7F9
Tints of Bright Turquoise #18E7F9
RGB
CMYK
RGB Variations
Color information
#18E7F9 (or 0x18E7F9) is known color: Bright Turquoise. HEX triplet: 18, E7 and F9. RGB value is (24,231,249). Sum of RGB (Red+Green+Blue) = 24+231+249=504 (66% of max value = 765). Red value is 24 (9.77% from 255 or 4.76% from 504); Green value is 231 (90.62% from 255 or 45.83% from 504); Blue value is 249 (97.66% from 255 or 49.40% from 504); Max value from RGB is 249 - color contains mainly: blue. Hex color #18E7F9 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #18E7F9 is #E71806. Grayscale: #AAAAAA. Windows color (decimal): -15144967 or 16377624. OLE color: 16377624.
HSL color Cylindrical-coordinate representation of color #18E7F9: hue angle of 184.8º degrees, saturation: 0.95, 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 #18E7F9 is Cyan = 0.90, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 24 | 231 | 249 | - |
| CMYK | 0.90 | 0.07 | 0 | 0.02 |
| HSL | 184.8º | 0.95% | 0.54% | - |
| HSV(B) | 184.8º | 0.9% | 0.98% | - |
| XYZ | 46.05 | 64.19 | 99.58 | - |
| YUV | 171.16 | 171.92 | 23.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 231 | 249 | 0.90 | 0.07 | 0 | 0.02 | 184.8 | 0.95 | 0.54 |
| Hex | 18 | E7 | F9 | 5A | 7 | 0 | 2 | B9 | 5F | 36 |
| Octal | 30 | 347 | 371 | 132 | 7 | 0 | 2 | 271 | 137 | 66 |
| Binary | 11000 | 11100111 | 11111001 | 1011010 | 111 | 0 | 10 | 10111001 | 1011111 | 110110 |
Color Harmonies of #18E7F9
Complementary color
Monochromatic Colors of #18E7F9
Black with #18E7F9
Text Example
Text Example
White with #18E7F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18E7F9; }
p { color: rgb(24,231,249); }
H1.HeaderClassName
{
color: #18E7F9;
}
.AnyTagClassName
{
color: #18E7F9;
}
</style>
background-color css
<style>
a { background-color: #18E7F9; }
a { background-color: rgb(24,231,249); }
div.DivClassName
{
background-color: #18E7F9;
}
.BgClassName
{
background-color: #18E7F9;
}
</style>
border-color css
<style>
span { border-color: #18E7F9; }
span { border-color: rgb(24,231,249); }
td.TdClassName
{
border-color: #18E7F9;
}
.TagClassName
{
border-color: #18E7F9;
}
</style>