Shades of Bright Turquoise #18F9E3
Tints of Bright Turquoise #18F9E3
RGB
CMYK
RGB Variations
Color information
#18F9E3 (or 0x18F9E3) is known color: Bright Turquoise. HEX triplet: 18, F9 and E3. RGB value is (24,249,227). Sum of RGB (Red+Green+Blue) = 24+249+227=500 (66% of max value = 765). Red value is 24 (9.77% from 255 or 4.8% from 500); Green value is 249 (97.66% from 255 or 49.8% from 500); Blue value is 227 (89.06% from 255 or 45.4% from 500); Max value from RGB is 249 - color contains mainly: green. Hex color #18F9E3 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #18F9E3 is #E7061C. Grayscale: #B3B3B3. Windows color (decimal): -15140381 or 14940440. OLE color: 14940440.
HSL color Cylindrical-coordinate representation of color #18F9E3: hue angle of 174.13º 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 #18F9E3 is Cyan = 0.90, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 24 | 249 | 227 | - |
| CMYK | 0.90 | 0 | 0.09 | 0.02 |
| HSL | 174.13º | 0.95% | 0.54% | - |
| HSV(B) | 174.13º | 0.9% | 0.98% | - |
| XYZ | 48.12 | 73.49 | 84.32 | - |
| YUV | 179.22 | 154.96 | 17.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 249 | 227 | 0.90 | 0 | 0.09 | 0.02 | 174.13 | 0.95 | 0.54 |
| Hex | 18 | F9 | E3 | 5A | 0 | 9 | 2 | AE | 5F | 36 |
| Octal | 30 | 371 | 343 | 132 | 0 | 11 | 2 | 256 | 137 | 66 |
| Binary | 11000 | 11111001 | 11100011 | 1011010 | 0 | 1001 | 10 | 10101110 | 1011111 | 110110 |
Color Harmonies of #18F9E3
Complementary color
Monochromatic Colors of #18F9E3
Black with #18F9E3
Text Example
Text Example
White with #18F9E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18F9E3; }
p { color: rgb(24,249,227); }
H1.HeaderClassName
{
color: #18F9E3;
}
.AnyTagClassName
{
color: #18F9E3;
}
</style>
background-color css
<style>
a { background-color: #18F9E3; }
a { background-color: rgb(24,249,227); }
div.DivClassName
{
background-color: #18F9E3;
}
.BgClassName
{
background-color: #18F9E3;
}
</style>
border-color css
<style>
span { border-color: #18F9E3; }
span { border-color: rgb(24,249,227); }
td.TdClassName
{
border-color: #18F9E3;
}
.TagClassName
{
border-color: #18F9E3;
}
</style>