Shades of Bright Turquoise #18E9D3
Tints of Bright Turquoise #18E9D3
RGB
CMYK
RGB Variations
Color information
#18E9D3 (or 0x18E9D3) is known color: Bright Turquoise. HEX triplet: 18, E9 and D3. RGB value is (24,233,211). Sum of RGB (Red+Green+Blue) = 24+233+211=468 (61% of max value = 765). Red value is 24 (9.77% from 255 or 5.13% from 468); Green value is 233 (91.41% from 255 or 49.79% from 468); Blue value is 211 (82.81% from 255 or 45.09% from 468); Max value from RGB is 233 - color contains mainly: green. Hex color #18E9D3 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #18E9D3 is #E7162C. Grayscale: #A7A7A7. Windows color (decimal): -15144493 or 13887768. OLE color: 13887768.
HSL color Cylindrical-coordinate representation of color #18E9D3: hue angle of 173.68º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #18E9D3 is Cyan = 0.90, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 24 | 233 | 211 | - |
| CMYK | 0.90 | 0 | 0.09 | 0.09 |
| HSL | 173.68º | 0.83% | 0.5% | - |
| HSV(B) | 173.68º | 0.9% | 0.91% | - |
| XYZ | 41.27 | 63.18 | 71.65 | - |
| YUV | 168 | 152.26 | 25.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 233 | 211 | 0.90 | 0 | 0.09 | 0.09 | 173.68 | 0.83 | 0.5 |
| Hex | 18 | E9 | D3 | 5A | 0 | 9 | 9 | AE | 53 | 32 |
| Octal | 30 | 351 | 323 | 132 | 0 | 11 | 11 | 256 | 123 | 62 |
| Binary | 11000 | 11101001 | 11010011 | 1011010 | 0 | 1001 | 1001 | 10101110 | 1010011 | 110010 |
Color Harmonies of #18E9D3
Complementary color
Monochromatic Colors of #18E9D3
Black with #18E9D3
Text Example
Text Example
White with #18E9D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18E9D3; }
p { color: rgb(24,233,211); }
H1.HeaderClassName
{
color: #18E9D3;
}
.AnyTagClassName
{
color: #18E9D3;
}
</style>
background-color css
<style>
a { background-color: #18E9D3; }
a { background-color: rgb(24,233,211); }
div.DivClassName
{
background-color: #18E9D3;
}
.BgClassName
{
background-color: #18E9D3;
}
</style>
border-color css
<style>
span { border-color: #18E9D3; }
span { border-color: rgb(24,233,211); }
td.TdClassName
{
border-color: #18E9D3;
}
.TagClassName
{
border-color: #18E9D3;
}
</style>