Shades of Bright Turquoise #18EEE5
Tints of Bright Turquoise #18EEE5
RGB
CMYK
RGB Variations
Color information
#18EEE5 (or 0x18EEE5) is known color: Bright Turquoise. HEX triplet: 18, EE and E5. RGB value is (24,238,229). Sum of RGB (Red+Green+Blue) = 24+238+229=491 (65% of max value = 765). Red value is 24 (9.77% from 255 or 4.89% from 491); Green value is 238 (93.36% from 255 or 48.47% from 491); Blue value is 229 (89.84% from 255 or 46.64% from 491); Max value from RGB is 238 - color contains mainly: green. Hex color #18EEE5 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #18EEE5 is #E7111A. Grayscale: #ACACAC. Windows color (decimal): -15143195 or 15068696. OLE color: 15068696.
HSL color Cylindrical-coordinate representation of color #18EEE5: hue angle of 177.48º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #18EEE5 is Cyan = 0.90, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 24 | 238 | 229 | - |
| CMYK | 0.90 | 0 | 0.04 | 0.07 |
| HSL | 177.48º | 0.86% | 0.51% | - |
| HSV(B) | 177.48º | 0.9% | 0.93% | - |
| XYZ | 45.09 | 67 | 84.68 | - |
| YUV | 172.99 | 159.6 | 21.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 238 | 229 | 0.90 | 0 | 0.04 | 0.07 | 177.48 | 0.86 | 0.51 |
| Hex | 18 | EE | E5 | 5A | 0 | 4 | 7 | B1 | 56 | 33 |
| Octal | 30 | 356 | 345 | 132 | 0 | 4 | 7 | 261 | 126 | 63 |
| Binary | 11000 | 11101110 | 11100101 | 1011010 | 0 | 100 | 111 | 10110001 | 1010110 | 110011 |
Color Harmonies of #18EEE5
Complementary color
Monochromatic Colors of #18EEE5
Black with #18EEE5
Text Example
Text Example
White with #18EEE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18EEE5; }
p { color: rgb(24,238,229); }
H1.HeaderClassName
{
color: #18EEE5;
}
.AnyTagClassName
{
color: #18EEE5;
}
</style>
background-color css
<style>
a { background-color: #18EEE5; }
a { background-color: rgb(24,238,229); }
div.DivClassName
{
background-color: #18EEE5;
}
.BgClassName
{
background-color: #18EEE5;
}
</style>
border-color css
<style>
span { border-color: #18EEE5; }
span { border-color: rgb(24,238,229); }
td.TdClassName
{
border-color: #18EEE5;
}
.TagClassName
{
border-color: #18EEE5;
}
</style>