Shades of Bright Turquoise #24D6F3
Tints of Bright Turquoise #24D6F3
RGB
CMYK
RGB Variations
Color information
#24D6F3 (or 0x24D6F3) is known color: Bright Turquoise. HEX triplet: 24, D6 and F3. RGB value is (36,214,243). Sum of RGB (Red+Green+Blue) = 36+214+243=493 (65% of max value = 765). Red value is 36 (14.45% from 255 or 7.30% from 493); Green value is 214 (83.98% from 255 or 43.41% from 493); Blue value is 243 (95.31% from 255 or 49.29% from 493); Max value from RGB is 243 - color contains mainly: blue. Hex color #24D6F3 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #24D6F3 is #DB290C. Grayscale: #A3A3A3. Windows color (decimal): -14362893 or 15980068. OLE color: 15980068.
HSL color Cylindrical-coordinate representation of color #24D6F3: hue angle of 188.41º 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 #24D6F3 is Cyan = 0.85, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 36 | 214 | 243 | - |
| CMYK | 0.85 | 0.12 | 0 | 0.05 |
| HSL | 188.41º | 0.9% | 0.55% | - |
| HSV(B) | 188.41º | 0.85% | 0.95% | - |
| XYZ | 40.95 | 54.94 | 93.24 | - |
| YUV | 164.08 | 172.53 | 36.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 214 | 243 | 0.85 | 0.12 | 0 | 0.05 | 188.41 | 0.9 | 0.55 |
| Hex | 24 | D6 | F3 | 55 | C | 0 | 5 | BC | 5A | 37 |
| Octal | 44 | 326 | 363 | 125 | 14 | 0 | 5 | 274 | 132 | 67 |
| Binary | 100100 | 11010110 | 11110011 | 1010101 | 1100 | 0 | 101 | 10111100 | 1011010 | 110111 |
Color Harmonies of #24D6F3
Complementary color
Monochromatic Colors of #24D6F3
Black with #24D6F3
Text Example
Text Example
White with #24D6F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24D6F3; }
p { color: rgb(36,214,243); }
H1.HeaderClassName
{
color: #24D6F3;
}
.AnyTagClassName
{
color: #24D6F3;
}
</style>
background-color css
<style>
a { background-color: #24D6F3; }
a { background-color: rgb(36,214,243); }
div.DivClassName
{
background-color: #24D6F3;
}
.BgClassName
{
background-color: #24D6F3;
}
</style>
border-color css
<style>
span { border-color: #24D6F3; }
span { border-color: rgb(36,214,243); }
td.TdClassName
{
border-color: #24D6F3;
}
.TagClassName
{
border-color: #24D6F3;
}
</style>