Shades of Bright Turquoise #18D4EA
Tints of Bright Turquoise #18D4EA
RGB
CMYK
RGB Variations
Color information
#18D4EA (or 0x18D4EA) is known color: Bright Turquoise. HEX triplet: 18, D4 and EA. RGB value is (24,212,234). Sum of RGB (Red+Green+Blue) = 24+212+234=470 (62% of max value = 765). Red value is 24 (9.77% from 255 or 5.11% from 470); Green value is 212 (83.20% from 255 or 45.11% from 470); Blue value is 234 (91.80% from 255 or 49.79% from 470); Max value from RGB is 234 - color contains mainly: blue. Hex color #18D4EA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #18D4EA is #E72B15. Grayscale: #9E9E9E. Windows color (decimal): -15149846 or 15389720. OLE color: 15389720.
HSL color Cylindrical-coordinate representation of color #18D4EA: hue angle of 186.29º 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 #18D4EA is Cyan = 0.90, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 24 | 212 | 234 | - |
| CMYK | 0.90 | 0.09 | 0 | 0.08 |
| HSL | 186.29º | 0.83% | 0.51% | - |
| HSV(B) | 186.29º | 0.9% | 0.92% | - |
| XYZ | 38.77 | 53.22 | 86.07 | - |
| YUV | 158.3 | 170.72 | 32.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 212 | 234 | 0.90 | 0.09 | 0 | 0.08 | 186.29 | 0.83 | 0.51 |
| Hex | 18 | D4 | EA | 5A | 9 | 0 | 8 | BA | 53 | 33 |
| Octal | 30 | 324 | 352 | 132 | 11 | 0 | 10 | 272 | 123 | 63 |
| Binary | 11000 | 11010100 | 11101010 | 1011010 | 1001 | 0 | 1000 | 10111010 | 1010011 | 110011 |
Color Harmonies of #18D4EA
Complementary color
Monochromatic Colors of #18D4EA
Black with #18D4EA
Text Example
Text Example
White with #18D4EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18D4EA; }
p { color: rgb(24,212,234); }
H1.HeaderClassName
{
color: #18D4EA;
}
.AnyTagClassName
{
color: #18D4EA;
}
</style>
background-color css
<style>
a { background-color: #18D4EA; }
a { background-color: rgb(24,212,234); }
div.DivClassName
{
background-color: #18D4EA;
}
.BgClassName
{
background-color: #18D4EA;
}
</style>
border-color css
<style>
span { border-color: #18D4EA; }
span { border-color: rgb(24,212,234); }
td.TdClassName
{
border-color: #18D4EA;
}
.TagClassName
{
border-color: #18D4EA;
}
</style>