Shades of Bright Turquoise #18DCEB
Tints of Bright Turquoise #18DCEB
RGB
CMYK
RGB Variations
Color information
#18DCEB (or 0x18DCEB) is known color: Bright Turquoise. HEX triplet: 18, DC and EB. RGB value is (24,220,235). Sum of RGB (Red+Green+Blue) = 24+220+235=479 (63% of max value = 765). Red value is 24 (9.77% from 255 or 5.01% from 479); Green value is 220 (86.33% from 255 or 45.93% from 479); Blue value is 235 (92.19% from 255 or 49.06% from 479); Max value from RGB is 235 - color contains mainly: blue. Hex color #18DCEB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #18DCEB is #E72314. Grayscale: #A2A2A2. Windows color (decimal): -15147797 or 15457304. OLE color: 15457304.
HSL color Cylindrical-coordinate representation of color #18DCEB: hue angle of 184.27º degrees, saturation: 0.84, 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 #18DCEB is Cyan = 0.90, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 24 | 220 | 235 | - |
| CMYK | 0.90 | 0.06 | 0 | 0.08 |
| HSL | 184.27º | 0.84% | 0.51% | - |
| HSV(B) | 184.27º | 0.9% | 0.92% | - |
| XYZ | 40.97 | 57.38 | 87.51 | - |
| YUV | 163.11 | 168.57 | 28.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 220 | 235 | 0.90 | 0.06 | 0 | 0.08 | 184.27 | 0.84 | 0.51 |
| Hex | 18 | DC | EB | 5A | 6 | 0 | 8 | B8 | 54 | 33 |
| Octal | 30 | 334 | 353 | 132 | 6 | 0 | 10 | 270 | 124 | 63 |
| Binary | 11000 | 11011100 | 11101011 | 1011010 | 110 | 0 | 1000 | 10111000 | 1010100 | 110011 |
Color Harmonies of #18DCEB
Complementary color
Monochromatic Colors of #18DCEB
Black with #18DCEB
Text Example
Text Example
White with #18DCEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18DCEB; }
p { color: rgb(24,220,235); }
H1.HeaderClassName
{
color: #18DCEB;
}
.AnyTagClassName
{
color: #18DCEB;
}
</style>
background-color css
<style>
a { background-color: #18DCEB; }
a { background-color: rgb(24,220,235); }
div.DivClassName
{
background-color: #18DCEB;
}
.BgClassName
{
background-color: #18DCEB;
}
</style>
border-color css
<style>
span { border-color: #18DCEB; }
span { border-color: rgb(24,220,235); }
td.TdClassName
{
border-color: #18DCEB;
}
.TagClassName
{
border-color: #18DCEB;
}
</style>