Shades of Bright Turquoise #18E5EE
Tints of Bright Turquoise #18E5EE
RGB
CMYK
RGB Variations
Color information
#18E5EE (or 0x18E5EE) is known color: Bright Turquoise. HEX triplet: 18, E5 and EE. RGB value is (24,229,238). Sum of RGB (Red+Green+Blue) = 24+229+238=491 (65% of max value = 765). Red value is 24 (9.77% from 255 or 4.89% from 491); Green value is 229 (89.84% from 255 or 46.64% from 491); Blue value is 238 (93.36% from 255 or 48.47% from 491); Max value from RGB is 238 - color contains mainly: blue. Hex color #18E5EE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #18E5EE is #E71A11. Grayscale: #A8A8A8. Windows color (decimal): -15145490 or 15656216. OLE color: 15656216.
HSL color Cylindrical-coordinate representation of color #18E5EE: hue angle of 182.52º 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 #18E5EE is Cyan = 0.90, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 24 | 229 | 238 | - |
| CMYK | 0.90 | 0.04 | 0 | 0.07 |
| HSL | 182.52º | 0.86% | 0.51% | - |
| HSV(B) | 182.52º | 0.9% | 0.93% | - |
| XYZ | 43.83 | 62.41 | 90.62 | - |
| YUV | 168.73 | 167.08 | 24.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 229 | 238 | 0.90 | 0.04 | 0 | 0.07 | 182.52 | 0.86 | 0.51 |
| Hex | 18 | E5 | EE | 5A | 4 | 0 | 7 | B7 | 56 | 33 |
| Octal | 30 | 345 | 356 | 132 | 4 | 0 | 7 | 267 | 126 | 63 |
| Binary | 11000 | 11100101 | 11101110 | 1011010 | 100 | 0 | 111 | 10110111 | 1010110 | 110011 |
Color Harmonies of #18E5EE
Complementary color
Monochromatic Colors of #18E5EE
Black with #18E5EE
Text Example
Text Example
White with #18E5EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18E5EE; }
p { color: rgb(24,229,238); }
H1.HeaderClassName
{
color: #18E5EE;
}
.AnyTagClassName
{
color: #18E5EE;
}
</style>
background-color css
<style>
a { background-color: #18E5EE; }
a { background-color: rgb(24,229,238); }
div.DivClassName
{
background-color: #18E5EE;
}
.BgClassName
{
background-color: #18E5EE;
}
</style>
border-color css
<style>
span { border-color: #18E5EE; }
span { border-color: rgb(24,229,238); }
td.TdClassName
{
border-color: #18E5EE;
}
.TagClassName
{
border-color: #18E5EE;
}
</style>