Shades of Bright Turquoise #18DCEA
Tints of Bright Turquoise #18DCEA
RGB
CMYK
RGB Variations
Color information
#18DCEA (or 0x18DCEA) is known color: Bright Turquoise. HEX triplet: 18, DC and EA. RGB value is (24,220,234). Sum of RGB (Red+Green+Blue) = 24+220+234=478 (63% of max value = 765). Red value is 24 (9.77% from 255 or 5.02% from 478); Green value is 220 (86.33% from 255 or 46.03% from 478); Blue value is 234 (91.80% from 255 or 48.95% from 478); Max value from RGB is 234 - color contains mainly: blue. Hex color #18DCEA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #18DCEA is #E72315. Grayscale: #A2A2A2. Windows color (decimal): -15147798 or 15391768. OLE color: 15391768.
HSL color Cylindrical-coordinate representation of color #18DCEA: hue angle of 184º 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 #18DCEA is Cyan = 0.90, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 24 | 220 | 234 | - |
| CMYK | 0.90 | 0.06 | 0 | 0.08 |
| HSL | 184º | 0.83% | 0.51% | - |
| HSV(B) | 184º | 0.9% | 0.92% | - |
| XYZ | 40.82 | 57.32 | 86.75 | - |
| YUV | 162.99 | 168.07 | 28.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 220 | 234 | 0.90 | 0.06 | 0 | 0.08 | 184 | 0.83 | 0.51 |
| Hex | 18 | DC | EA | 5A | 6 | 0 | 8 | B8 | 53 | 33 |
| Octal | 30 | 334 | 352 | 132 | 6 | 0 | 10 | 270 | 123 | 63 |
| Binary | 11000 | 11011100 | 11101010 | 1011010 | 110 | 0 | 1000 | 10111000 | 1010011 | 110011 |
Color Harmonies of #18DCEA
Complementary color
Monochromatic Colors of #18DCEA
Black with #18DCEA
Text Example
Text Example
White with #18DCEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18DCEA; }
p { color: rgb(24,220,234); }
H1.HeaderClassName
{
color: #18DCEA;
}
.AnyTagClassName
{
color: #18DCEA;
}
</style>
background-color css
<style>
a { background-color: #18DCEA; }
a { background-color: rgb(24,220,234); }
div.DivClassName
{
background-color: #18DCEA;
}
.BgClassName
{
background-color: #18DCEA;
}
</style>
border-color css
<style>
span { border-color: #18DCEA; }
span { border-color: rgb(24,220,234); }
td.TdClassName
{
border-color: #18DCEA;
}
.TagClassName
{
border-color: #18DCEA;
}
</style>