Shades of Bright Turquoise #18D9F2
Tints of Bright Turquoise #18D9F2
RGB
CMYK
RGB Variations
Color information
#18D9F2 (or 0x18D9F2) is known color: Bright Turquoise. HEX triplet: 18, D9 and F2. RGB value is (24,217,242). Sum of RGB (Red+Green+Blue) = 24+217+242=483 (63% of max value = 765). Red value is 24 (9.77% from 255 or 4.97% from 483); Green value is 217 (85.16% from 255 or 44.93% from 483); Blue value is 242 (94.92% from 255 or 50.10% from 483); Max value from RGB is 242 - color contains mainly: blue. Hex color #18D9F2 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #18D9F2 is #E7260D. Grayscale: #A1A1A1. Windows color (decimal): -15148558 or 15915288. OLE color: 15915288.
HSL color Cylindrical-coordinate representation of color #18D9F2: hue angle of 186.88º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #18D9F2 is Cyan = 0.90, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 24 | 217 | 242 | - |
| CMYK | 0.90 | 0.10 | 0 | 0.05 |
| HSL | 186.88º | 0.89% | 0.52% | - |
| HSV(B) | 186.88º | 0.9% | 0.95% | - |
| XYZ | 41.22 | 56.23 | 92.69 | - |
| YUV | 162.14 | 173.06 | 29.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 217 | 242 | 0.90 | 0.10 | 0 | 0.05 | 186.88 | 0.89 | 0.52 |
| Hex | 18 | D9 | F2 | 5A | A | 0 | 5 | BB | 59 | 34 |
| Octal | 30 | 331 | 362 | 132 | 12 | 0 | 5 | 273 | 131 | 64 |
| Binary | 11000 | 11011001 | 11110010 | 1011010 | 1010 | 0 | 101 | 10111011 | 1011001 | 110100 |
Color Harmonies of #18D9F2
Complementary color
Monochromatic Colors of #18D9F2
Black with #18D9F2
Text Example
Text Example
White with #18D9F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18D9F2; }
p { color: rgb(24,217,242); }
H1.HeaderClassName
{
color: #18D9F2;
}
.AnyTagClassName
{
color: #18D9F2;
}
</style>
background-color css
<style>
a { background-color: #18D9F2; }
a { background-color: rgb(24,217,242); }
div.DivClassName
{
background-color: #18D9F2;
}
.BgClassName
{
background-color: #18D9F2;
}
</style>
border-color css
<style>
span { border-color: #18D9F2; }
span { border-color: rgb(24,217,242); }
td.TdClassName
{
border-color: #18D9F2;
}
.TagClassName
{
border-color: #18D9F2;
}
</style>