Shades of Bright Turquoise #18D1ED
Tints of Bright Turquoise #18D1ED
RGB
CMYK
RGB Variations
Color information
#18D1ED (or 0x18D1ED) is known color: Bright Turquoise. HEX triplet: 18, D1 and ED. RGB value is (24,209,237). Sum of RGB (Red+Green+Blue) = 24+209+237=470 (62% of max value = 765). Red value is 24 (9.77% from 255 or 5.11% from 470); Green value is 209 (82.03% from 255 or 44.47% from 470); Blue value is 237 (92.97% from 255 or 50.43% from 470); Max value from RGB is 237 - color contains mainly: blue. Hex color #18D1ED is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #18D1ED is #E72E12. Grayscale: #9C9C9C. Windows color (decimal): -15150611 or 15585560. OLE color: 15585560.
HSL color Cylindrical-coordinate representation of color #18D1ED: hue angle of 187.89º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #18D1ED is Cyan = 0.90, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 24 | 209 | 237 | - |
| CMYK | 0.90 | 0.12 | 0 | 0.07 |
| HSL | 187.89º | 0.86% | 0.51% | - |
| HSV(B) | 187.89º | 0.9% | 0.93% | - |
| XYZ | 38.46 | 51.91 | 88.11 | - |
| YUV | 156.88 | 173.21 | 33.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 209 | 237 | 0.90 | 0.12 | 0 | 0.07 | 187.89 | 0.86 | 0.51 |
| Hex | 18 | D1 | ED | 5A | C | 0 | 7 | BC | 56 | 33 |
| Octal | 30 | 321 | 355 | 132 | 14 | 0 | 7 | 274 | 126 | 63 |
| Binary | 11000 | 11010001 | 11101101 | 1011010 | 1100 | 0 | 111 | 10111100 | 1010110 | 110011 |
Color Harmonies of #18D1ED
Complementary color
Monochromatic Colors of #18D1ED
Black with #18D1ED
Text Example
Text Example
White with #18D1ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18D1ED; }
p { color: rgb(24,209,237); }
H1.HeaderClassName
{
color: #18D1ED;
}
.AnyTagClassName
{
color: #18D1ED;
}
</style>
background-color css
<style>
a { background-color: #18D1ED; }
a { background-color: rgb(24,209,237); }
div.DivClassName
{
background-color: #18D1ED;
}
.BgClassName
{
background-color: #18D1ED;
}
</style>
border-color css
<style>
span { border-color: #18D1ED; }
span { border-color: rgb(24,209,237); }
td.TdClassName
{
border-color: #18D1ED;
}
.TagClassName
{
border-color: #18D1ED;
}
</style>