Shades of Bright Turquoise #18E4EA
Tints of Bright Turquoise #18E4EA
RGB
CMYK
RGB Variations
Color information
#18E4EA (or 0x18E4EA) is known color: Bright Turquoise. HEX triplet: 18, E4 and EA. RGB value is (24,228,234). Sum of RGB (Red+Green+Blue) = 24+228+234=486 (64% of max value = 765). Red value is 24 (9.77% from 255 or 4.94% from 486); Green value is 228 (89.45% from 255 or 46.91% from 486); Blue value is 234 (91.80% from 255 or 48.15% from 486); Max value from RGB is 234 - color contains mainly: blue. Hex color #18E4EA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #18E4EA is #E71B15. Grayscale: #A7A7A7. Windows color (decimal): -15145750 or 15393816. OLE color: 15393816.
HSL color Cylindrical-coordinate representation of color #18E4EA: hue angle of 181.71º 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 #18E4EA is Cyan = 0.90, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 24 | 228 | 234 | - |
| CMYK | 0.90 | 0.03 | 0 | 0.08 |
| HSL | 181.71º | 0.83% | 0.51% | - |
| HSV(B) | 181.71º | 0.9% | 0.92% | - |
| XYZ | 42.97 | 61.62 | 87.47 | - |
| YUV | 167.69 | 165.41 | 25.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 228 | 234 | 0.90 | 0.03 | 0 | 0.08 | 181.71 | 0.83 | 0.51 |
| Hex | 18 | E4 | EA | 5A | 3 | 0 | 8 | B6 | 53 | 33 |
| Octal | 30 | 344 | 352 | 132 | 3 | 0 | 10 | 266 | 123 | 63 |
| Binary | 11000 | 11100100 | 11101010 | 1011010 | 11 | 0 | 1000 | 10110110 | 1010011 | 110011 |
Color Harmonies of #18E4EA
Complementary color
Monochromatic Colors of #18E4EA
Black with #18E4EA
Text Example
Text Example
White with #18E4EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18E4EA; }
p { color: rgb(24,228,234); }
H1.HeaderClassName
{
color: #18E4EA;
}
.AnyTagClassName
{
color: #18E4EA;
}
</style>
background-color css
<style>
a { background-color: #18E4EA; }
a { background-color: rgb(24,228,234); }
div.DivClassName
{
background-color: #18E4EA;
}
.BgClassName
{
background-color: #18E4EA;
}
</style>
border-color css
<style>
span { border-color: #18E4EA; }
span { border-color: rgb(24,228,234); }
td.TdClassName
{
border-color: #18E4EA;
}
.TagClassName
{
border-color: #18E4EA;
}
</style>