Shades of Bright Turquoise #24D9DF
Tints of Bright Turquoise #24D9DF
RGB
CMYK
RGB Variations
Color information
#24D9DF (or 0x24D9DF) is known color: Bright Turquoise. HEX triplet: 24, D9 and DF. RGB value is (36,217,223). Sum of RGB (Red+Green+Blue) = 36+217+223=476 (63% of max value = 765). Red value is 36 (14.45% from 255 or 7.56% from 476); Green value is 217 (85.16% from 255 or 45.59% from 476); Blue value is 223 (87.5% from 255 or 46.85% from 476); Max value from RGB is 223 - color contains mainly: blue. Hex color #24D9DF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #24D9DF is #DB2620. Grayscale: #A3A3A3. Windows color (decimal): -14362145 or 14670116. OLE color: 14670116.
HSL color Cylindrical-coordinate representation of color #24D9DF: hue angle of 181.93º 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 #24D9DF is Cyan = 0.84, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 36 | 217 | 223 | - |
| CMYK | 0.84 | 0.03 | 0 | 0.13 |
| HSL | 181.93º | 0.75% | 0.51% | - |
| HSV(B) | 181.93º | 0.84% | 0.87% | - |
| XYZ | 38.86 | 55.33 | 78.44 | - |
| YUV | 163.57 | 161.53 | 37.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 217 | 223 | 0.84 | 0.03 | 0 | 0.13 | 181.93 | 0.75 | 0.51 |
| Hex | 24 | D9 | DF | 54 | 3 | 0 | D | B6 | 4B | 33 |
| Octal | 44 | 331 | 337 | 124 | 3 | 0 | 15 | 266 | 113 | 63 |
| Binary | 100100 | 11011001 | 11011111 | 1010100 | 11 | 0 | 1101 | 10110110 | 1001011 | 110011 |
Color Harmonies of #24D9DF
Complementary color
Monochromatic Colors of #24D9DF
Black with #24D9DF
Text Example
Text Example
White with #24D9DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24D9DF; }
p { color: rgb(36,217,223); }
H1.HeaderClassName
{
color: #24D9DF;
}
.AnyTagClassName
{
color: #24D9DF;
}
</style>
background-color css
<style>
a { background-color: #24D9DF; }
a { background-color: rgb(36,217,223); }
div.DivClassName
{
background-color: #24D9DF;
}
.BgClassName
{
background-color: #24D9DF;
}
</style>
border-color css
<style>
span { border-color: #24D9DF; }
span { border-color: rgb(36,217,223); }
td.TdClassName
{
border-color: #24D9DF;
}
.TagClassName
{
border-color: #24D9DF;
}
</style>