Shades of Bright Turquoise #24F3E6
Tints of Bright Turquoise #24F3E6
RGB
CMYK
RGB Variations
Color information
#24F3E6 (or 0x24F3E6) is known color: Bright Turquoise. HEX triplet: 24, F3 and E6. RGB value is (36,243,230). Sum of RGB (Red+Green+Blue) = 36+243+230=509 (67% of max value = 765). Red value is 36 (14.45% from 255 or 7.07% from 509); Green value is 243 (95.31% from 255 or 47.74% from 509); Blue value is 230 (90.23% from 255 or 45.19% from 509); Max value from RGB is 243 - color contains mainly: green. Hex color #24F3E6 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #24F3E6 is #DB0C19. Grayscale: #B3B3B3. Windows color (decimal): -14355482 or 15135524. OLE color: 15135524.
HSL color Cylindrical-coordinate representation of color #24F3E6: hue angle of 176.23º 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 #24F3E6 is Cyan = 0.85, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 36 | 243 | 230 | - |
| CMYK | 0.85 | 0 | 0.05 | 0.05 |
| HSL | 176.23º | 0.9% | 0.55% | - |
| HSV(B) | 176.23º | 0.85% | 0.95% | - |
| XYZ | 47.06 | 70.19 | 85.93 | - |
| YUV | 179.63 | 156.42 | 25.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 243 | 230 | 0.85 | 0 | 0.05 | 0.05 | 176.23 | 0.9 | 0.55 |
| Hex | 24 | F3 | E6 | 55 | 0 | 5 | 5 | B0 | 5A | 37 |
| Octal | 44 | 363 | 346 | 125 | 0 | 5 | 5 | 260 | 132 | 67 |
| Binary | 100100 | 11110011 | 11100110 | 1010101 | 0 | 101 | 101 | 10110000 | 1011010 | 110111 |
Color Harmonies of #24F3E6
Complementary color
Monochromatic Colors of #24F3E6
Black with #24F3E6
Text Example
Text Example
White with #24F3E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24F3E6; }
p { color: rgb(36,243,230); }
H1.HeaderClassName
{
color: #24F3E6;
}
.AnyTagClassName
{
color: #24F3E6;
}
</style>
background-color css
<style>
a { background-color: #24F3E6; }
a { background-color: rgb(36,243,230); }
div.DivClassName
{
background-color: #24F3E6;
}
.BgClassName
{
background-color: #24F3E6;
}
</style>
border-color css
<style>
span { border-color: #24F3E6; }
span { border-color: rgb(36,243,230); }
td.TdClassName
{
border-color: #24F3E6;
}
.TagClassName
{
border-color: #24F3E6;
}
</style>