Shades of Turquoise #24FBC2
Tints of Turquoise #24FBC2
RGB
CMYK
RGB Variations
Color information
#24FBC2 (or 0x24FBC2) is known color: Turquoise. HEX triplet: 24, FB and C2. RGB value is (36,251,194). Sum of RGB (Red+Green+Blue) = 36+251+194=481 (63% of max value = 765). Red value is 36 (14.45% from 255 or 7.48% from 481); Green value is 251 (98.44% from 255 or 52.18% from 481); Blue value is 194 (76.17% from 255 or 40.33% from 481); Max value from RGB is 251 - color contains mainly: green. Hex color #24FBC2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #24FBC2 is #DB043D. Grayscale: #B4B4B4. Windows color (decimal): -14353470 or 12778276. OLE color: 12778276.
HSL color Cylindrical-coordinate representation of color #24FBC2: hue angle of 164.09º 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 #24FBC2 is Cyan = 0.86, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 36 | 251 | 194 | - |
| CMYK | 0.86 | 0 | 0.23 | 0.02 |
| HSL | 164.09º | 0.96% | 0.56% | - |
| HSV(B) | 164.09º | 0.86% | 0.98% | - |
| XYZ | 44.96 | 73.26 | 62.81 | - |
| YUV | 180.22 | 135.77 | 25.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 251 | 194 | 0.86 | 0 | 0.23 | 0.02 | 164.09 | 0.96 | 0.56 |
| Hex | 24 | FB | C2 | 56 | 0 | 17 | 2 | A4 | 60 | 38 |
| Octal | 44 | 373 | 302 | 126 | 0 | 27 | 2 | 244 | 140 | 70 |
| Binary | 100100 | 11111011 | 11000010 | 1010110 | 0 | 10111 | 10 | 10100100 | 1100000 | 111000 |
Color Harmonies of #24FBC2
Complementary color
Monochromatic Colors of #24FBC2
Black with #24FBC2
Text Example
Text Example
White with #24FBC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24FBC2; }
p { color: rgb(36,251,194); }
H1.HeaderClassName
{
color: #24FBC2;
}
.AnyTagClassName
{
color: #24FBC2;
}
</style>
background-color css
<style>
a { background-color: #24FBC2; }
a { background-color: rgb(36,251,194); }
div.DivClassName
{
background-color: #24FBC2;
}
.BgClassName
{
background-color: #24FBC2;
}
</style>
border-color css
<style>
span { border-color: #24FBC2; }
span { border-color: rgb(36,251,194); }
td.TdClassName
{
border-color: #24FBC2;
}
.TagClassName
{
border-color: #24FBC2;
}
</style>