Shades of Bright Turquoise #18DAF3
Tints of Bright Turquoise #18DAF3
RGB
CMYK
RGB Variations
Color information
#18DAF3 (or 0x18DAF3) is known color: Bright Turquoise. HEX triplet: 18, DA and F3. RGB value is (24,218,243). Sum of RGB (Red+Green+Blue) = 24+218+243=485 (64% of max value = 765). Red value is 24 (9.77% from 255 or 4.95% from 485); Green value is 218 (85.55% from 255 or 44.95% from 485); Blue value is 243 (95.31% from 255 or 50.10% from 485); Max value from RGB is 243 - color contains mainly: blue. Hex color #18DAF3 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #18DAF3 is #E7250C. Grayscale: #A2A2A2. Windows color (decimal): -15148301 or 15981080. OLE color: 15981080.
HSL color Cylindrical-coordinate representation of color #18DAF3: hue angle of 186.85º degrees, saturation: 0.9, 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 #18DAF3 is Cyan = 0.90, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 24 | 218 | 243 | - |
| CMYK | 0.90 | 0.10 | 0 | 0.05 |
| HSL | 186.85º | 0.9% | 0.52% | - |
| HSV(B) | 186.85º | 0.9% | 0.95% | - |
| XYZ | 41.63 | 56.81 | 93.57 | - |
| YUV | 162.84 | 173.23 | 28.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 218 | 243 | 0.90 | 0.10 | 0 | 0.05 | 186.85 | 0.9 | 0.52 |
| Hex | 18 | DA | F3 | 5A | A | 0 | 5 | BB | 5A | 34 |
| Octal | 30 | 332 | 363 | 132 | 12 | 0 | 5 | 273 | 132 | 64 |
| Binary | 11000 | 11011010 | 11110011 | 1011010 | 1010 | 0 | 101 | 10111011 | 1011010 | 110100 |
Color Harmonies of #18DAF3
Complementary color
Monochromatic Colors of #18DAF3
Black with #18DAF3
Text Example
Text Example
White with #18DAF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18DAF3; }
p { color: rgb(24,218,243); }
H1.HeaderClassName
{
color: #18DAF3;
}
.AnyTagClassName
{
color: #18DAF3;
}
</style>
background-color css
<style>
a { background-color: #18DAF3; }
a { background-color: rgb(24,218,243); }
div.DivClassName
{
background-color: #18DAF3;
}
.BgClassName
{
background-color: #18DAF3;
}
</style>
border-color css
<style>
span { border-color: #18DAF3; }
span { border-color: rgb(24,218,243); }
td.TdClassName
{
border-color: #18DAF3;
}
.TagClassName
{
border-color: #18DAF3;
}
</style>