Shades of Bright Turquoise #24DCFD
Tints of Bright Turquoise #24DCFD
RGB
CMYK
RGB Variations
Color information
#24DCFD (or 0x24DCFD) is known color: Bright Turquoise. HEX triplet: 24, DC and FD. RGB value is (36,220,253). Sum of RGB (Red+Green+Blue) = 36+220+253=509 (67% of max value = 765). Red value is 36 (14.45% from 255 or 7.07% from 509); Green value is 220 (86.33% from 255 or 43.22% from 509); Blue value is 253 (99.22% from 255 or 49.71% from 509); Max value from RGB is 253 - color contains mainly: blue. Hex color #24DCFD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #24DCFD is #DB2302. Grayscale: #A8A8A8. Windows color (decimal): -14361347 or 16636964. OLE color: 16636964.
HSL color Cylindrical-coordinate representation of color #24DCFD: hue angle of 189.12º degrees, saturation: 0.98, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #24DCFD is Cyan = 0.86, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 36 | 220 | 253 | - |
| CMYK | 0.86 | 0.13 | 0 | 0.01 |
| HSL | 189.12º | 0.98% | 0.57% | - |
| HSV(B) | 189.12º | 0.86% | 0.99% | - |
| XYZ | 44.05 | 58.65 | 101.93 | - |
| YUV | 168.75 | 175.54 | 33.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 220 | 253 | 0.86 | 0.13 | 0 | 0.01 | 189.12 | 0.98 | 0.57 |
| Hex | 24 | DC | FD | 56 | D | 0 | 1 | BD | 62 | 39 |
| Octal | 44 | 334 | 375 | 126 | 15 | 0 | 1 | 275 | 142 | 71 |
| Binary | 100100 | 11011100 | 11111101 | 1010110 | 1101 | 0 | 1 | 10111101 | 1100010 | 111001 |
Color Harmonies of #24DCFD
Complementary color
Monochromatic Colors of #24DCFD
Black with #24DCFD
Text Example
Text Example
White with #24DCFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24DCFD; }
p { color: rgb(36,220,253); }
H1.HeaderClassName
{
color: #24DCFD;
}
.AnyTagClassName
{
color: #24DCFD;
}
</style>
background-color css
<style>
a { background-color: #24DCFD; }
a { background-color: rgb(36,220,253); }
div.DivClassName
{
background-color: #24DCFD;
}
.BgClassName
{
background-color: #24DCFD;
}
</style>
border-color css
<style>
span { border-color: #24DCFD; }
span { border-color: rgb(36,220,253); }
td.TdClassName
{
border-color: #24DCFD;
}
.TagClassName
{
border-color: #24DCFD;
}
</style>