Shades of Bright Turquoise #24EDF3
Tints of Bright Turquoise #24EDF3
RGB
CMYK
RGB Variations
Color information
#24EDF3 (or 0x24EDF3) is known color: Bright Turquoise. HEX triplet: 24, ED and F3. RGB value is (36,237,243). Sum of RGB (Red+Green+Blue) = 36+237+243=516 (68% of max value = 765). Red value is 36 (14.45% from 255 or 6.98% from 516); Green value is 237 (92.97% from 255 or 45.93% from 516); Blue value is 243 (95.31% from 255 or 47.09% from 516); Max value from RGB is 243 - color contains mainly: blue. Hex color #24EDF3 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #24EDF3 is #DB120C. Grayscale: #B1B1B1. Windows color (decimal): -14357005 or 15985956. OLE color: 15985956.
HSL color Cylindrical-coordinate representation of color #24EDF3: hue angle of 181.74º 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 #24EDF3 is Cyan = 0.85, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 36 | 237 | 243 | - |
| CMYK | 0.85 | 0.02 | 0 | 0.05 |
| HSL | 181.74º | 0.9% | 0.55% | - |
| HSV(B) | 181.74º | 0.85% | 0.95% | - |
| XYZ | 47.19 | 67.41 | 95.32 | - |
| YUV | 177.59 | 164.91 | 27.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 237 | 243 | 0.85 | 0.02 | 0 | 0.05 | 181.74 | 0.9 | 0.55 |
| Hex | 24 | ED | F3 | 55 | 2 | 0 | 5 | B6 | 5A | 37 |
| Octal | 44 | 355 | 363 | 125 | 2 | 0 | 5 | 266 | 132 | 67 |
| Binary | 100100 | 11101101 | 11110011 | 1010101 | 10 | 0 | 101 | 10110110 | 1011010 | 110111 |
Color Harmonies of #24EDF3
Complementary color
Monochromatic Colors of #24EDF3
Black with #24EDF3
Text Example
Text Example
White with #24EDF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24EDF3; }
p { color: rgb(36,237,243); }
H1.HeaderClassName
{
color: #24EDF3;
}
.AnyTagClassName
{
color: #24EDF3;
}
</style>
background-color css
<style>
a { background-color: #24EDF3; }
a { background-color: rgb(36,237,243); }
div.DivClassName
{
background-color: #24EDF3;
}
.BgClassName
{
background-color: #24EDF3;
}
</style>
border-color css
<style>
span { border-color: #24EDF3; }
span { border-color: rgb(36,237,243); }
td.TdClassName
{
border-color: #24EDF3;
}
.TagClassName
{
border-color: #24EDF3;
}
</style>