Shades of Turquoise #24DFC3
Tints of Turquoise #24DFC3
RGB
CMYK
RGB Variations
Color information
#24DFC3 (or 0x24DFC3) is known color: Turquoise. HEX triplet: 24, DF and C3. RGB value is (36,223,195). Sum of RGB (Red+Green+Blue) = 36+223+195=454 (60% of max value = 765). Red value is 36 (14.45% from 255 or 7.93% from 454); Green value is 223 (87.5% from 255 or 49.12% from 454); Blue value is 195 (76.56% from 255 or 42.95% from 454); Max value from RGB is 223 - color contains mainly: green. Hex color #24DFC3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #24DFC3 is #DB203C. Grayscale: #A3A3A3. Windows color (decimal): -14360637 or 12836644. OLE color: 12836644.
HSL color Cylindrical-coordinate representation of color #24DFC3: hue angle of 171.02º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #24DFC3 is Cyan = 0.84, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 36 | 223 | 195 | - |
| CMYK | 0.84 | 0 | 0.13 | 0.13 |
| HSL | 171.02º | 0.75% | 0.51% | - |
| HSV(B) | 171.02º | 0.84% | 0.87% | - |
| XYZ | 36.97 | 57.09 | 60.7 | - |
| YUV | 163.9 | 145.55 | 36.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 223 | 195 | 0.84 | 0 | 0.13 | 0.13 | 171.02 | 0.75 | 0.51 |
| Hex | 24 | DF | C3 | 54 | 0 | D | D | AB | 4B | 33 |
| Octal | 44 | 337 | 303 | 124 | 0 | 15 | 15 | 253 | 113 | 63 |
| Binary | 100100 | 11011111 | 11000011 | 1010100 | 0 | 1101 | 1101 | 10101011 | 1001011 | 110011 |
Color Harmonies of #24DFC3
Complementary color
Monochromatic Colors of #24DFC3
Black with #24DFC3
Text Example
Text Example
White with #24DFC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24DFC3; }
p { color: rgb(36,223,195); }
H1.HeaderClassName
{
color: #24DFC3;
}
.AnyTagClassName
{
color: #24DFC3;
}
</style>
background-color css
<style>
a { background-color: #24DFC3; }
a { background-color: rgb(36,223,195); }
div.DivClassName
{
background-color: #24DFC3;
}
.BgClassName
{
background-color: #24DFC3;
}
</style>
border-color css
<style>
span { border-color: #24DFC3; }
span { border-color: rgb(36,223,195); }
td.TdClassName
{
border-color: #24DFC3;
}
.TagClassName
{
border-color: #24DFC3;
}
</style>