Shades of Bright Turquoise #18FFE2
Tints of Bright Turquoise #18FFE2
RGB
CMYK
RGB Variations
Color information
#18FFE2 (or 0x18FFE2) is known color: Bright Turquoise. HEX triplet: 18, FF and E2. RGB value is (24,255,226). Sum of RGB (Red+Green+Blue) = 24+255+226=505 (66% of max value = 765). Red value is 24 (9.77% from 255 or 4.75% from 505); Green value is 255 (100% from 255 or 50.50% from 505); Blue value is 226 (88.67% from 255 or 44.75% from 505); Max value from RGB is 255 - color contains mainly: green. Hex color #18FFE2 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #18FFE2 is #E7001D. Grayscale: #B6B6B6. Windows color (decimal): -15138846 or 14876440. OLE color: 14876440.
HSL color Cylindrical-coordinate representation of color #18FFE2: hue angle of 172.47º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #18FFE2 is Cyan = 0.91, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.
Color convert
| RGB | 24 | 255 | 226 | - |
| CMYK | 0.91 | 0 | 0.11 | 0 |
| HSL | 172.47º | 1% | 0.55% | - |
| HSV(B) | 172.47º | 0.91% | 1% | - |
| XYZ | 49.86 | 77.21 | 84.23 | - |
| YUV | 182.63 | 152.47 | 14.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 255 | 226 | 0.91 | 0 | 0.11 | 0 | 172.47 | 1 | 0.55 |
| Hex | 18 | FF | E2 | 5B | 0 | B | 0 | AC | 64 | 37 |
| Octal | 30 | 377 | 342 | 133 | 0 | 13 | 0 | 254 | 144 | 67 |
| Binary | 11000 | 11111111 | 11100010 | 1011011 | 0 | 1011 | 0 | 10101100 | 1100100 | 110111 |
Color Harmonies of #18FFE2
Complementary color
Monochromatic Colors of #18FFE2
Black with #18FFE2
Text Example
Text Example
White with #18FFE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18FFE2; }
p { color: rgb(24,255,226); }
H1.HeaderClassName
{
color: #18FFE2;
}
.AnyTagClassName
{
color: #18FFE2;
}
</style>
background-color css
<style>
a { background-color: #18FFE2; }
a { background-color: rgb(24,255,226); }
div.DivClassName
{
background-color: #18FFE2;
}
.BgClassName
{
background-color: #18FFE2;
}
</style>
border-color css
<style>
span { border-color: #18FFE2; }
span { border-color: rgb(24,255,226); }
td.TdClassName
{
border-color: #18FFE2;
}
.TagClassName
{
border-color: #18FFE2;
}
</style>