Shades of Bright Turquoise #18DEE2
Tints of Bright Turquoise #18DEE2
RGB
CMYK
RGB Variations
Color information
#18DEE2 (or 0x18DEE2) is known color: Bright Turquoise. HEX triplet: 18, DE and E2. RGB value is (24,222,226). Sum of RGB (Red+Green+Blue) = 24+222+226=472 (62% of max value = 765). Red value is 24 (9.77% from 255 or 5.08% from 472); Green value is 222 (87.11% from 255 or 47.03% from 472); Blue value is 226 (88.67% from 255 or 47.88% from 472); Max value from RGB is 226 - color contains mainly: blue. Hex color #18DEE2 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #18DEE2 is #E7211D. Grayscale: #A3A3A3. Windows color (decimal): -15147294 or 14867992. OLE color: 14867992.
HSL color Cylindrical-coordinate representation of color #18DEE2: hue angle of 181.19º degrees, saturation: 0.81, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #18DEE2 is Cyan = 0.89, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 24 | 222 | 226 | - |
| CMYK | 0.89 | 0.02 | 0 | 0.11 |
| HSL | 181.19º | 0.81% | 0.49% | - |
| HSV(B) | 181.19º | 0.89% | 0.89% | - |
| XYZ | 40.23 | 57.93 | 81.01 | - |
| YUV | 163.25 | 163.4 | 28.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 222 | 226 | 0.89 | 0.02 | 0 | 0.11 | 181.19 | 0.81 | 0.49 |
| Hex | 18 | DE | E2 | 59 | 2 | 0 | B | B5 | 51 | 31 |
| Octal | 30 | 336 | 342 | 131 | 2 | 0 | 13 | 265 | 121 | 61 |
| Binary | 11000 | 11011110 | 11100010 | 1011001 | 10 | 0 | 1011 | 10110101 | 1010001 | 110001 |
Color Harmonies of #18DEE2
Complementary color
Monochromatic Colors of #18DEE2
Black with #18DEE2
Text Example
Text Example
White with #18DEE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18DEE2; }
p { color: rgb(24,222,226); }
H1.HeaderClassName
{
color: #18DEE2;
}
.AnyTagClassName
{
color: #18DEE2;
}
</style>
background-color css
<style>
a { background-color: #18DEE2; }
a { background-color: rgb(24,222,226); }
div.DivClassName
{
background-color: #18DEE2;
}
.BgClassName
{
background-color: #18DEE2;
}
</style>
border-color css
<style>
span { border-color: #18DEE2; }
span { border-color: rgb(24,222,226); }
td.TdClassName
{
border-color: #18DEE2;
}
.TagClassName
{
border-color: #18DEE2;
}
</style>