Shades of Bright Turquoise #18EEF5
Tints of Bright Turquoise #18EEF5
RGB
CMYK
RGB Variations
Color information
#18EEF5 (or 0x18EEF5) is known color: Bright Turquoise. HEX triplet: 18, EE and F5. RGB value is (24,238,245). Sum of RGB (Red+Green+Blue) = 24+238+245=507 (67% of max value = 765). Red value is 24 (9.77% from 255 or 4.73% from 507); Green value is 238 (93.36% from 255 or 46.94% from 507); Blue value is 245 (96.09% from 255 or 48.32% from 507); Max value from RGB is 245 - color contains mainly: blue. Hex color #18EEF5 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #18EEF5 is #E7110A. Grayscale: #AEAEAE. Windows color (decimal): -15143179 or 16117272. OLE color: 16117272.
HSL color Cylindrical-coordinate representation of color #18EEF5: hue angle of 181.9º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #18EEF5 is Cyan = 0.90, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 24 | 238 | 245 | - |
| CMYK | 0.90 | 0.03 | 0 | 0.04 |
| HSL | 181.9º | 0.92% | 0.53% | - |
| HSV(B) | 181.9º | 0.9% | 0.96% | - |
| XYZ | 47.43 | 67.94 | 97 | - |
| YUV | 174.81 | 167.6 | 20.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 238 | 245 | 0.90 | 0.03 | 0 | 0.04 | 181.9 | 0.92 | 0.53 |
| Hex | 18 | EE | F5 | 5A | 3 | 0 | 4 | B6 | 5C | 35 |
| Octal | 30 | 356 | 365 | 132 | 3 | 0 | 4 | 266 | 134 | 65 |
| Binary | 11000 | 11101110 | 11110101 | 1011010 | 11 | 0 | 100 | 10110110 | 1011100 | 110101 |
Color Harmonies of #18EEF5
Complementary color
Monochromatic Colors of #18EEF5
Black with #18EEF5
Text Example
Text Example
White with #18EEF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18EEF5; }
p { color: rgb(24,238,245); }
H1.HeaderClassName
{
color: #18EEF5;
}
.AnyTagClassName
{
color: #18EEF5;
}
</style>
background-color css
<style>
a { background-color: #18EEF5; }
a { background-color: rgb(24,238,245); }
div.DivClassName
{
background-color: #18EEF5;
}
.BgClassName
{
background-color: #18EEF5;
}
</style>
border-color css
<style>
span { border-color: #18EEF5; }
span { border-color: rgb(24,238,245); }
td.TdClassName
{
border-color: #18EEF5;
}
.TagClassName
{
border-color: #18EEF5;
}
</style>