Shades of Bright Turquoise #18FADD
Tints of Bright Turquoise #18FADD
RGB
CMYK
RGB Variations
Color information
#18FADD (or 0x18FADD) is known color: Bright Turquoise. HEX triplet: 18, FA and DD. RGB value is (24,250,221). Sum of RGB (Red+Green+Blue) = 24+250+221=495 (65% of max value = 765). Red value is 24 (9.77% from 255 or 4.85% from 495); Green value is 250 (98.05% from 255 or 50.51% from 495); Blue value is 221 (86.72% from 255 or 44.65% from 495); Max value from RGB is 250 - color contains mainly: green. Hex color #18FADD is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #18FADD is #E70522. Grayscale: #B3B3B3. Windows color (decimal): -15140131 or 14547480. OLE color: 14547480.
HSL color Cylindrical-coordinate representation of color #18FADD: hue angle of 172.3º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #18FADD is Cyan = 0.90, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 24 | 250 | 221 | - |
| CMYK | 0.90 | 0 | 0.12 | 0.02 |
| HSL | 172.3º | 0.96% | 0.54% | - |
| HSV(B) | 172.3º | 0.9% | 0.98% | - |
| XYZ | 47.61 | 73.79 | 80.14 | - |
| YUV | 179.12 | 151.63 | 17.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 250 | 221 | 0.90 | 0 | 0.12 | 0.02 | 172.3 | 0.96 | 0.54 |
| Hex | 18 | FA | DD | 5A | 0 | C | 2 | AC | 60 | 36 |
| Octal | 30 | 372 | 335 | 132 | 0 | 14 | 2 | 254 | 140 | 66 |
| Binary | 11000 | 11111010 | 11011101 | 1011010 | 0 | 1100 | 10 | 10101100 | 1100000 | 110110 |
Color Harmonies of #18FADD
Complementary color
Monochromatic Colors of #18FADD
Black with #18FADD
Text Example
Text Example
White with #18FADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18FADD; }
p { color: rgb(24,250,221); }
H1.HeaderClassName
{
color: #18FADD;
}
.AnyTagClassName
{
color: #18FADD;
}
</style>
background-color css
<style>
a { background-color: #18FADD; }
a { background-color: rgb(24,250,221); }
div.DivClassName
{
background-color: #18FADD;
}
.BgClassName
{
background-color: #18FADD;
}
</style>
border-color css
<style>
span { border-color: #18FADD; }
span { border-color: rgb(24,250,221); }
td.TdClassName
{
border-color: #18FADD;
}
.TagClassName
{
border-color: #18FADD;
}
</style>