Shades of Turquoise #24F3BA
Tints of Turquoise #24F3BA
RGB
CMYK
RGB Variations
Color information
#24F3BA (or 0x24F3BA) is known color: Turquoise. HEX triplet: 24, F3 and BA. RGB value is (36,243,186). Sum of RGB (Red+Green+Blue) = 36+243+186=465 (61% of max value = 765). Red value is 36 (14.45% from 255 or 7.74% from 465); Green value is 243 (95.31% from 255 or 52.26% from 465); Blue value is 186 (73.05% from 255 or 40% from 465); Max value from RGB is 243 - color contains mainly: green. Hex color #24F3BA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #24F3BA is #DB0C45. Grayscale: #AEAEAE. Windows color (decimal): -14355526 or 12251940. OLE color: 12251940.
HSL color Cylindrical-coordinate representation of color #24F3BA: hue angle of 163.48º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #24F3BA is Cyan = 0.85, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 36 | 243 | 186 | - |
| CMYK | 0.85 | 0 | 0.23 | 0.05 |
| HSL | 163.48º | 0.9% | 0.55% | - |
| HSV(B) | 163.48º | 0.85% | 0.95% | - |
| XYZ | 41.64 | 68.02 | 57.39 | - |
| YUV | 174.61 | 134.42 | 29.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 243 | 186 | 0.85 | 0 | 0.23 | 0.05 | 163.48 | 0.9 | 0.55 |
| Hex | 24 | F3 | BA | 55 | 0 | 17 | 5 | A3 | 5A | 37 |
| Octal | 44 | 363 | 272 | 125 | 0 | 27 | 5 | 243 | 132 | 67 |
| Binary | 100100 | 11110011 | 10111010 | 1010101 | 0 | 10111 | 101 | 10100011 | 1011010 | 110111 |
Color Harmonies of #24F3BA
Complementary color
Monochromatic Colors of #24F3BA
Black with #24F3BA
Text Example
Text Example
White with #24F3BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24F3BA; }
p { color: rgb(36,243,186); }
H1.HeaderClassName
{
color: #24F3BA;
}
.AnyTagClassName
{
color: #24F3BA;
}
</style>
background-color css
<style>
a { background-color: #24F3BA; }
a { background-color: rgb(36,243,186); }
div.DivClassName
{
background-color: #24F3BA;
}
.BgClassName
{
background-color: #24F3BA;
}
</style>
border-color css
<style>
span { border-color: #24F3BA; }
span { border-color: rgb(36,243,186); }
td.TdClassName
{
border-color: #24F3BA;
}
.TagClassName
{
border-color: #24F3BA;
}
</style>