Shades of Bright Turquoise #18FBE2
Tints of Bright Turquoise #18FBE2
RGB
CMYK
RGB Variations
Color information
#18FBE2 (or 0x18FBE2) is known color: Bright Turquoise. HEX triplet: 18, FB and E2. RGB value is (24,251,226). Sum of RGB (Red+Green+Blue) = 24+251+226=501 (66% of max value = 765). Red value is 24 (9.77% from 255 or 4.79% from 501); Green value is 251 (98.44% from 255 or 50.10% from 501); Blue value is 226 (88.67% from 255 or 45.11% from 501); Max value from RGB is 251 - color contains mainly: green. Hex color #18FBE2 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #18FBE2 is #E7041D. Grayscale: #B4B4B4. Windows color (decimal): -15139870 or 14875416. OLE color: 14875416.
HSL color Cylindrical-coordinate representation of color #18FBE2: hue angle of 173.39º degrees, saturation: 0.97, 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 #18FBE2 is Cyan = 0.90, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 24 | 251 | 226 | - |
| CMYK | 0.90 | 0 | 0.10 | 0.02 |
| HSL | 173.39º | 0.97% | 0.54% | - |
| HSV(B) | 173.39º | 0.9% | 0.98% | - |
| XYZ | 48.6 | 74.68 | 83.8 | - |
| YUV | 180.28 | 153.79 | 16.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 251 | 226 | 0.90 | 0 | 0.10 | 0.02 | 173.39 | 0.97 | 0.54 |
| Hex | 18 | FB | E2 | 5A | 0 | A | 2 | AD | 61 | 36 |
| Octal | 30 | 373 | 342 | 132 | 0 | 12 | 2 | 255 | 141 | 66 |
| Binary | 11000 | 11111011 | 11100010 | 1011010 | 0 | 1010 | 10 | 10101101 | 1100001 | 110110 |
Color Harmonies of #18FBE2
Complementary color
Monochromatic Colors of #18FBE2
Black with #18FBE2
Text Example
Text Example
White with #18FBE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18FBE2; }
p { color: rgb(24,251,226); }
H1.HeaderClassName
{
color: #18FBE2;
}
.AnyTagClassName
{
color: #18FBE2;
}
</style>
background-color css
<style>
a { background-color: #18FBE2; }
a { background-color: rgb(24,251,226); }
div.DivClassName
{
background-color: #18FBE2;
}
.BgClassName
{
background-color: #18FBE2;
}
</style>
border-color css
<style>
span { border-color: #18FBE2; }
span { border-color: rgb(24,251,226); }
td.TdClassName
{
border-color: #18FBE2;
}
.TagClassName
{
border-color: #18FBE2;
}
</style>