Shades of Bright Turquoise #18F9DA
Tints of Bright Turquoise #18F9DA
RGB
CMYK
RGB Variations
Color information
#18F9DA (or 0x18F9DA) is known color: Bright Turquoise. HEX triplet: 18, F9 and DA. RGB value is (24,249,218). Sum of RGB (Red+Green+Blue) = 24+249+218=491 (65% of max value = 765). Red value is 24 (9.77% from 255 or 4.89% from 491); Green value is 249 (97.66% from 255 or 50.71% from 491); Blue value is 218 (85.55% from 255 or 44.40% from 491); Max value from RGB is 249 - color contains mainly: green. Hex color #18F9DA is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #18F9DA is #E70625. Grayscale: #B2B2B2. Windows color (decimal): -15140390 or 14350616. OLE color: 14350616.
HSL color Cylindrical-coordinate representation of color #18F9DA: hue angle of 171.73º degrees, saturation: 0.95, 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 #18F9DA is Cyan = 0.90, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 24 | 249 | 218 | - |
| CMYK | 0.90 | 0 | 0.12 | 0.02 |
| HSL | 171.73º | 0.95% | 0.54% | - |
| HSV(B) | 171.73º | 0.9% | 0.98% | - |
| XYZ | 46.91 | 73.01 | 77.95 | - |
| YUV | 178.19 | 150.46 | 18.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 249 | 218 | 0.90 | 0 | 0.12 | 0.02 | 171.73 | 0.95 | 0.54 |
| Hex | 18 | F9 | DA | 5A | 0 | C | 2 | AC | 5F | 36 |
| Octal | 30 | 371 | 332 | 132 | 0 | 14 | 2 | 254 | 137 | 66 |
| Binary | 11000 | 11111001 | 11011010 | 1011010 | 0 | 1100 | 10 | 10101100 | 1011111 | 110110 |
Color Harmonies of #18F9DA
Complementary color
Monochromatic Colors of #18F9DA
Black with #18F9DA
Text Example
Text Example
White with #18F9DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18F9DA; }
p { color: rgb(24,249,218); }
H1.HeaderClassName
{
color: #18F9DA;
}
.AnyTagClassName
{
color: #18F9DA;
}
</style>
background-color css
<style>
a { background-color: #18F9DA; }
a { background-color: rgb(24,249,218); }
div.DivClassName
{
background-color: #18F9DA;
}
.BgClassName
{
background-color: #18F9DA;
}
</style>
border-color css
<style>
span { border-color: #18F9DA; }
span { border-color: rgb(24,249,218); }
td.TdClassName
{
border-color: #18F9DA;
}
.TagClassName
{
border-color: #18F9DA;
}
</style>