Shades of Bright Turquoise #18F1E1
Tints of Bright Turquoise #18F1E1
RGB
CMYK
RGB Variations
Color information
#18F1E1 (or 0x18F1E1) is known color: Bright Turquoise. HEX triplet: 18, F1 and E1. RGB value is (24,241,225). Sum of RGB (Red+Green+Blue) = 24+241+225=490 (64% of max value = 765). Red value is 24 (9.77% from 255 or 4.90% from 490); Green value is 241 (94.53% from 255 or 49.18% from 490); Blue value is 225 (88.28% from 255 or 45.92% from 490); Max value from RGB is 241 - color contains mainly: green. Hex color #18F1E1 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #18F1E1 is #E70E1E. Grayscale: #AEAEAE. Windows color (decimal): -15142431 or 14807320. OLE color: 14807320.
HSL color Cylindrical-coordinate representation of color #18F1E1: hue angle of 175.58º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #18F1E1 is Cyan = 0.90, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 24 | 241 | 225 | - |
| CMYK | 0.90 | 0 | 0.07 | 0.05 |
| HSL | 175.58º | 0.89% | 0.52% | - |
| HSV(B) | 175.58º | 0.9% | 0.95% | - |
| XYZ | 45.42 | 68.54 | 82.07 | - |
| YUV | 174.29 | 156.61 | 20.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 241 | 225 | 0.90 | 0 | 0.07 | 0.05 | 175.58 | 0.89 | 0.52 |
| Hex | 18 | F1 | E1 | 5A | 0 | 7 | 5 | B0 | 59 | 34 |
| Octal | 30 | 361 | 341 | 132 | 0 | 7 | 5 | 260 | 131 | 64 |
| Binary | 11000 | 11110001 | 11100001 | 1011010 | 0 | 111 | 101 | 10110000 | 1011001 | 110100 |
Color Harmonies of #18F1E1
Complementary color
Monochromatic Colors of #18F1E1
Black with #18F1E1
Text Example
Text Example
White with #18F1E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18F1E1; }
p { color: rgb(24,241,225); }
H1.HeaderClassName
{
color: #18F1E1;
}
.AnyTagClassName
{
color: #18F1E1;
}
</style>
background-color css
<style>
a { background-color: #18F1E1; }
a { background-color: rgb(24,241,225); }
div.DivClassName
{
background-color: #18F1E1;
}
.BgClassName
{
background-color: #18F1E1;
}
</style>
border-color css
<style>
span { border-color: #18F1E1; }
span { border-color: rgb(24,241,225); }
td.TdClassName
{
border-color: #18F1E1;
}
.TagClassName
{
border-color: #18F1E1;
}
</style>