Shades of Pale Turquoise #9CFDFB
Tints of Pale Turquoise #9CFDFB
RGB
CMYK
RGB Variations
Color information
#9CFDFB (or 0x9CFDFB) is known color: Pale Turquoise. HEX triplet: 9C, FD and FB. RGB value is (156,253,251). Sum of RGB (Red+Green+Blue) = 156+253+251=660 (87% of max value = 765). Red value is 156 (61.33% from 255 or 23.64% from 660); Green value is 253 (99.22% from 255 or 38.33% from 660); Blue value is 251 (98.44% from 255 or 38.03% from 660); Max value from RGB is 253 - color contains mainly: green. Hex color #9CFDFB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9CFDFB is #630204. Grayscale: #DFDFDF. Windows color (decimal): -6488581 or 16514460. OLE color: 16514460.
HSL color Cylindrical-coordinate representation of color #9CFDFB: hue angle of 178.76º degrees, saturation: 0.96, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9CFDFB is Cyan = 0.38, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 156 | 253 | 251 | - |
| CMYK | 0.38 | 0 | 0.01 | 0.01 |
| HSL | 178.76º | 0.96% | 0.8% | - |
| HSV(B) | 178.76º | 0.38% | 0.99% | - |
| XYZ | 66.25 | 84.28 | 104.04 | - |
| YUV | 223.77 | 143.36 | 79.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 253 | 251 | 0.38 | 0 | 0.01 | 0.01 | 178.76 | 0.96 | 0.8 |
| Hex | 9C | FD | FB | 26 | 0 | 1 | 1 | B3 | 60 | 50 |
| Octal | 234 | 375 | 373 | 46 | 0 | 1 | 1 | 263 | 140 | 120 |
| Binary | 10011100 | 11111101 | 11111011 | 100110 | 0 | 1 | 1 | 10110011 | 1100000 | 1010000 |
Color Harmonies of #9CFDFB
Complementary color
Monochromatic Colors of #9CFDFB
Black with #9CFDFB
Text Example
Text Example
White with #9CFDFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CFDFB; }
p { color: rgb(156,253,251); }
H1.HeaderClassName
{
color: #9CFDFB;
}
.AnyTagClassName
{
color: #9CFDFB;
}
</style>
background-color css
<style>
a { background-color: #9CFDFB; }
a { background-color: rgb(156,253,251); }
div.DivClassName
{
background-color: #9CFDFB;
}
.BgClassName
{
background-color: #9CFDFB;
}
</style>
border-color css
<style>
span { border-color: #9CFDFB; }
span { border-color: rgb(156,253,251); }
td.TdClassName
{
border-color: #9CFDFB;
}
.TagClassName
{
border-color: #9CFDFB;
}
</style>