Shades of Bright Turquoise #24DCFB
Tints of Bright Turquoise #24DCFB
RGB
CMYK
RGB Variations
Color information
#24DCFB (or 0x24DCFB) is known color: Bright Turquoise. HEX triplet: 24, DC and FB. RGB value is (36,220,251). Sum of RGB (Red+Green+Blue) = 36+220+251=507 (67% of max value = 765). Red value is 36 (14.45% from 255 or 7.10% from 507); Green value is 220 (86.33% from 255 or 43.39% from 507); Blue value is 251 (98.44% from 255 or 49.51% from 507); Max value from RGB is 251 - color contains mainly: blue. Hex color #24DCFB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #24DCFB is #DB2304. Grayscale: #A8A8A8. Windows color (decimal): -14361349 or 16505892. OLE color: 16505892.
HSL color Cylindrical-coordinate representation of color #24DCFB: hue angle of 188.65º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #24DCFB is Cyan = 0.86, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 36 | 220 | 251 | - |
| CMYK | 0.86 | 0.12 | 0 | 0.02 |
| HSL | 188.65º | 0.96% | 0.56% | - |
| HSV(B) | 188.65º | 0.86% | 0.98% | - |
| XYZ | 43.73 | 58.53 | 100.26 | - |
| YUV | 168.52 | 174.54 | 33.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 220 | 251 | 0.86 | 0.12 | 0 | 0.02 | 188.65 | 0.96 | 0.56 |
| Hex | 24 | DC | FB | 56 | C | 0 | 2 | BD | 60 | 38 |
| Octal | 44 | 334 | 373 | 126 | 14 | 0 | 2 | 275 | 140 | 70 |
| Binary | 100100 | 11011100 | 11111011 | 1010110 | 1100 | 0 | 10 | 10111101 | 1100000 | 111000 |
Color Harmonies of #24DCFB
Complementary color
Monochromatic Colors of #24DCFB
Black with #24DCFB
Text Example
Text Example
White with #24DCFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24DCFB; }
p { color: rgb(36,220,251); }
H1.HeaderClassName
{
color: #24DCFB;
}
.AnyTagClassName
{
color: #24DCFB;
}
</style>
background-color css
<style>
a { background-color: #24DCFB; }
a { background-color: rgb(36,220,251); }
div.DivClassName
{
background-color: #24DCFB;
}
.BgClassName
{
background-color: #24DCFB;
}
</style>
border-color css
<style>
span { border-color: #24DCFB; }
span { border-color: rgb(36,220,251); }
td.TdClassName
{
border-color: #24DCFB;
}
.TagClassName
{
border-color: #24DCFB;
}
</style>