Shades of Turquoise #24CDC4
Tints of Turquoise #24CDC4
RGB
CMYK
RGB Variations
Color information
#24CDC4 (or 0x24CDC4) is known color: Turquoise. HEX triplet: 24, CD and C4. RGB value is (36,205,196). Sum of RGB (Red+Green+Blue) = 36+205+196=437 (57% of max value = 765). Red value is 36 (14.45% from 255 or 8.24% from 437); Green value is 205 (80.47% from 255 or 46.91% from 437); Blue value is 196 (76.95% from 255 or 44.85% from 437); Max value from RGB is 205 - color contains mainly: green. Hex color #24CDC4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #24CDC4 is #DB323B. Grayscale: #999999. Windows color (decimal): -14365244 or 12897572. OLE color: 12897572.
HSL color Cylindrical-coordinate representation of color #24CDC4: hue angle of 176.8º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #24CDC4 is Cyan = 0.82, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 36 | 205 | 196 | - |
| CMYK | 0.82 | 0 | 0.04 | 0.20 |
| HSL | 176.8º | 0.7% | 0.47% | - |
| HSV(B) | 176.8º | 0.82% | 0.8% | - |
| XYZ | 32.52 | 48.02 | 59.78 | - |
| YUV | 153.44 | 152.01 | 44.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 205 | 196 | 0.82 | 0 | 0.04 | 0.20 | 176.8 | 0.7 | 0.47 |
| Hex | 24 | CD | C4 | 52 | 0 | 4 | 14 | B1 | 46 | 2F |
| Octal | 44 | 315 | 304 | 122 | 0 | 4 | 24 | 261 | 106 | 57 |
| Binary | 100100 | 11001101 | 11000100 | 1010010 | 0 | 100 | 10100 | 10110001 | 1000110 | 101111 |
Color Harmonies of #24CDC4
Complementary color
Monochromatic Colors of #24CDC4
Black with #24CDC4
Text Example
Text Example
White with #24CDC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24CDC4; }
p { color: rgb(36,205,196); }
H1.HeaderClassName
{
color: #24CDC4;
}
.AnyTagClassName
{
color: #24CDC4;
}
</style>
background-color css
<style>
a { background-color: #24CDC4; }
a { background-color: rgb(36,205,196); }
div.DivClassName
{
background-color: #24CDC4;
}
.BgClassName
{
background-color: #24CDC4;
}
</style>
border-color css
<style>
span { border-color: #24CDC4; }
span { border-color: rgb(36,205,196); }
td.TdClassName
{
border-color: #24CDC4;
}
.TagClassName
{
border-color: #24CDC4;
}
</style>