Shades of Pale Turquoise #9CFDF5
Tints of Pale Turquoise #9CFDF5
RGB
CMYK
RGB Variations
Color information
#9CFDF5 (or 0x9CFDF5) is known color: Pale Turquoise. HEX triplet: 9C, FD and F5. RGB value is (156,253,245). Sum of RGB (Red+Green+Blue) = 156+253+245=654 (86% of max value = 765). Red value is 156 (61.33% from 255 or 23.85% from 654); Green value is 253 (99.22% from 255 or 38.69% from 654); Blue value is 245 (96.09% from 255 or 37.46% from 654); Max value from RGB is 253 - color contains mainly: green. Hex color #9CFDF5 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9CFDF5 is #63020A. Grayscale: #DFDFDF. Windows color (decimal): -6488587 or 16121244. OLE color: 16121244.
HSL color Cylindrical-coordinate representation of color #9CFDF5: hue angle of 175.05º 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 #9CFDF5 is Cyan = 0.38, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 156 | 253 | 245 | - |
| CMYK | 0.38 | 0 | 0.03 | 0.01 |
| HSL | 175.05º | 0.96% | 0.8% | - |
| HSV(B) | 175.05º | 0.38% | 0.99% | - |
| XYZ | 65.32 | 83.91 | 99.14 | - |
| YUV | 223.09 | 140.36 | 80.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 253 | 245 | 0.38 | 0 | 0.03 | 0.01 | 175.05 | 0.96 | 0.8 |
| Hex | 9C | FD | F5 | 26 | 0 | 3 | 1 | AF | 60 | 50 |
| Octal | 234 | 375 | 365 | 46 | 0 | 3 | 1 | 257 | 140 | 120 |
| Binary | 10011100 | 11111101 | 11110101 | 100110 | 0 | 11 | 1 | 10101111 | 1100000 | 1010000 |
Color Harmonies of #9CFDF5
Complementary color
Monochromatic Colors of #9CFDF5
Black with #9CFDF5
Text Example
Text Example
White with #9CFDF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CFDF5; }
p { color: rgb(156,253,245); }
H1.HeaderClassName
{
color: #9CFDF5;
}
.AnyTagClassName
{
color: #9CFDF5;
}
</style>
background-color css
<style>
a { background-color: #9CFDF5; }
a { background-color: rgb(156,253,245); }
div.DivClassName
{
background-color: #9CFDF5;
}
.BgClassName
{
background-color: #9CFDF5;
}
</style>
border-color css
<style>
span { border-color: #9CFDF5; }
span { border-color: rgb(156,253,245); }
td.TdClassName
{
border-color: #9CFDF5;
}
.TagClassName
{
border-color: #9CFDF5;
}
</style>