Shades of Bright Turquoise #18FBDA
Tints of Bright Turquoise #18FBDA
RGB
CMYK
RGB Variations
Color information
#18FBDA (or 0x18FBDA) is known color: Bright Turquoise. HEX triplet: 18, FB and DA. RGB value is (24,251,218). Sum of RGB (Red+Green+Blue) = 24+251+218=493 (65% of max value = 765). Red value is 24 (9.77% from 255 or 4.87% from 493); Green value is 251 (98.44% from 255 or 50.91% from 493); Blue value is 218 (85.55% from 255 or 44.22% from 493); Max value from RGB is 251 - color contains mainly: green. Hex color #18FBDA is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #18FBDA is #E70425. Grayscale: #B3B3B3. Windows color (decimal): -15139878 or 14351128. OLE color: 14351128.
HSL color Cylindrical-coordinate representation of color #18FBDA: hue angle of 171.28º degrees, saturation: 0.97, 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 #18FBDA is Cyan = 0.90, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 24 | 251 | 218 | - |
| CMYK | 0.90 | 0 | 0.13 | 0.02 |
| HSL | 171.28º | 0.97% | 0.54% | - |
| HSV(B) | 171.28º | 0.9% | 0.98% | - |
| XYZ | 47.53 | 74.25 | 78.16 | - |
| YUV | 179.37 | 149.79 | 17.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 251 | 218 | 0.90 | 0 | 0.13 | 0.02 | 171.28 | 0.97 | 0.54 |
| Hex | 18 | FB | DA | 5A | 0 | D | 2 | AB | 61 | 36 |
| Octal | 30 | 373 | 332 | 132 | 0 | 15 | 2 | 253 | 141 | 66 |
| Binary | 11000 | 11111011 | 11011010 | 1011010 | 0 | 1101 | 10 | 10101011 | 1100001 | 110110 |
Color Harmonies of #18FBDA
Complementary color
Monochromatic Colors of #18FBDA
Black with #18FBDA
Text Example
Text Example
White with #18FBDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18FBDA; }
p { color: rgb(24,251,218); }
H1.HeaderClassName
{
color: #18FBDA;
}
.AnyTagClassName
{
color: #18FBDA;
}
</style>
background-color css
<style>
a { background-color: #18FBDA; }
a { background-color: rgb(24,251,218); }
div.DivClassName
{
background-color: #18FBDA;
}
.BgClassName
{
background-color: #18FBDA;
}
</style>
border-color css
<style>
span { border-color: #18FBDA; }
span { border-color: rgb(24,251,218); }
td.TdClassName
{
border-color: #18FBDA;
}
.TagClassName
{
border-color: #18FBDA;
}
</style>