Shades of Bright Turquoise #18E0EA
Tints of Bright Turquoise #18E0EA
RGB
CMYK
RGB Variations
Color information
#18E0EA (or 0x18E0EA) is known color: Bright Turquoise. HEX triplet: 18, E0 and EA. RGB value is (24,224,234). Sum of RGB (Red+Green+Blue) = 24+224+234=482 (63% of max value = 765). Red value is 24 (9.77% from 255 or 4.98% from 482); Green value is 224 (87.89% from 255 or 46.47% from 482); Blue value is 234 (91.80% from 255 or 48.55% from 482); Max value from RGB is 234 - color contains mainly: blue. Hex color #18E0EA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #18E0EA is #E71F15. Grayscale: #A5A5A5. Windows color (decimal): -15146774 or 15392792. OLE color: 15392792.
HSL color Cylindrical-coordinate representation of color #18E0EA: hue angle of 182.86º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #18E0EA is Cyan = 0.90, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 24 | 224 | 234 | - |
| CMYK | 0.90 | 0.04 | 0 | 0.08 |
| HSL | 182.86º | 0.83% | 0.51% | - |
| HSV(B) | 182.86º | 0.9% | 0.92% | - |
| XYZ | 41.88 | 59.45 | 87.11 | - |
| YUV | 165.34 | 166.74 | 27.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 224 | 234 | 0.90 | 0.04 | 0 | 0.08 | 182.86 | 0.83 | 0.51 |
| Hex | 18 | E0 | EA | 5A | 4 | 0 | 8 | B7 | 53 | 33 |
| Octal | 30 | 340 | 352 | 132 | 4 | 0 | 10 | 267 | 123 | 63 |
| Binary | 11000 | 11100000 | 11101010 | 1011010 | 100 | 0 | 1000 | 10110111 | 1010011 | 110011 |
Color Harmonies of #18E0EA
Complementary color
Monochromatic Colors of #18E0EA
Black with #18E0EA
Text Example
Text Example
White with #18E0EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18E0EA; }
p { color: rgb(24,224,234); }
H1.HeaderClassName
{
color: #18E0EA;
}
.AnyTagClassName
{
color: #18E0EA;
}
</style>
background-color css
<style>
a { background-color: #18E0EA; }
a { background-color: rgb(24,224,234); }
div.DivClassName
{
background-color: #18E0EA;
}
.BgClassName
{
background-color: #18E0EA;
}
</style>
border-color css
<style>
span { border-color: #18E0EA; }
span { border-color: rgb(24,224,234); }
td.TdClassName
{
border-color: #18E0EA;
}
.TagClassName
{
border-color: #18E0EA;
}
</style>