Shades of Bright Turquoise #18D2EB
Tints of Bright Turquoise #18D2EB
RGB
CMYK
RGB Variations
Color information
#18D2EB (or 0x18D2EB) is known color: Bright Turquoise. HEX triplet: 18, D2 and EB. RGB value is (24,210,235). Sum of RGB (Red+Green+Blue) = 24+210+235=469 (62% of max value = 765). Red value is 24 (9.77% from 255 or 5.12% from 469); Green value is 210 (82.42% from 255 or 44.78% from 469); Blue value is 235 (92.19% from 255 or 50.11% from 469); Max value from RGB is 235 - color contains mainly: blue. Hex color #18D2EB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #18D2EB is #E72D14. Grayscale: #9C9C9C. Windows color (decimal): -15150357 or 15454744. OLE color: 15454744.
HSL color Cylindrical-coordinate representation of color #18D2EB: hue angle of 187.11º 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 #18D2EB is Cyan = 0.90, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 24 | 210 | 235 | - |
| CMYK | 0.90 | 0.11 | 0 | 0.08 |
| HSL | 187.11º | 0.84% | 0.51% | - |
| HSV(B) | 187.11º | 0.9% | 0.92% | - |
| XYZ | 38.42 | 52.29 | 86.66 | - |
| YUV | 157.24 | 171.88 | 32.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 210 | 235 | 0.90 | 0.11 | 0 | 0.08 | 187.11 | 0.84 | 0.51 |
| Hex | 18 | D2 | EB | 5A | B | 0 | 8 | BB | 54 | 33 |
| Octal | 30 | 322 | 353 | 132 | 13 | 0 | 10 | 273 | 124 | 63 |
| Binary | 11000 | 11010010 | 11101011 | 1011010 | 1011 | 0 | 1000 | 10111011 | 1010100 | 110011 |
Color Harmonies of #18D2EB
Complementary color
Monochromatic Colors of #18D2EB
Black with #18D2EB
Text Example
Text Example
White with #18D2EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18D2EB; }
p { color: rgb(24,210,235); }
H1.HeaderClassName
{
color: #18D2EB;
}
.AnyTagClassName
{
color: #18D2EB;
}
</style>
background-color css
<style>
a { background-color: #18D2EB; }
a { background-color: rgb(24,210,235); }
div.DivClassName
{
background-color: #18D2EB;
}
.BgClassName
{
background-color: #18D2EB;
}
</style>
border-color css
<style>
span { border-color: #18D2EB; }
span { border-color: rgb(24,210,235); }
td.TdClassName
{
border-color: #18D2EB;
}
.TagClassName
{
border-color: #18D2EB;
}
</style>