Shades of Bright Turquoise #24F7DF
Tints of Bright Turquoise #24F7DF
RGB
CMYK
RGB Variations
Color information
#24F7DF (or 0x24F7DF) is known color: Bright Turquoise. HEX triplet: 24, F7 and DF. RGB value is (36,247,223). Sum of RGB (Red+Green+Blue) = 36+247+223=506 (67% of max value = 765). Red value is 36 (14.45% from 255 or 7.11% from 506); Green value is 247 (96.88% from 255 or 48.81% from 506); Blue value is 223 (87.5% from 255 or 44.07% from 506); Max value from RGB is 247 - color contains mainly: green. Hex color #24F7DF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #24F7DF is #DB0820. Grayscale: #B5B5B5. Windows color (decimal): -14354465 or 14677796. OLE color: 14677796.
HSL color Cylindrical-coordinate representation of color #24F7DF: hue angle of 173.18º degrees, saturation: 0.93, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #24F7DF is Cyan = 0.85, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 36 | 247 | 223 | - |
| CMYK | 0.85 | 0 | 0.10 | 0.03 |
| HSL | 173.18º | 0.93% | 0.55% | - |
| HSV(B) | 173.18º | 0.85% | 0.97% | - |
| XYZ | 47.31 | 72.22 | 81.26 | - |
| YUV | 181.18 | 151.6 | 24.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 247 | 223 | 0.85 | 0 | 0.10 | 0.03 | 173.18 | 0.93 | 0.55 |
| Hex | 24 | F7 | DF | 55 | 0 | A | 3 | AD | 5D | 37 |
| Octal | 44 | 367 | 337 | 125 | 0 | 12 | 3 | 255 | 135 | 67 |
| Binary | 100100 | 11110111 | 11011111 | 1010101 | 0 | 1010 | 11 | 10101101 | 1011101 | 110111 |
Color Harmonies of #24F7DF
Complementary color
Monochromatic Colors of #24F7DF
Black with #24F7DF
Text Example
Text Example
White with #24F7DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24F7DF; }
p { color: rgb(36,247,223); }
H1.HeaderClassName
{
color: #24F7DF;
}
.AnyTagClassName
{
color: #24F7DF;
}
</style>
background-color css
<style>
a { background-color: #24F7DF; }
a { background-color: rgb(36,247,223); }
div.DivClassName
{
background-color: #24F7DF;
}
.BgClassName
{
background-color: #24F7DF;
}
</style>
border-color css
<style>
span { border-color: #24F7DF; }
span { border-color: rgb(36,247,223); }
td.TdClassName
{
border-color: #24F7DF;
}
.TagClassName
{
border-color: #24F7DF;
}
</style>