Shades of Pale Turquoise #9DFCFA
Tints of Pale Turquoise #9DFCFA
RGB
CMYK
RGB Variations
Color information
#9DFCFA (or 0x9DFCFA) is known color: Pale Turquoise. HEX triplet: 9D, FC and FA. RGB value is (157,252,250). Sum of RGB (Red+Green+Blue) = 157+252+250=659 (87% of max value = 765). Red value is 157 (61.72% from 255 or 23.82% from 659); Green value is 252 (98.83% from 255 or 38.24% from 659); Blue value is 250 (98.05% from 255 or 37.94% from 659); Max value from RGB is 252 - color contains mainly: green. Hex color #9DFCFA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9DFCFA is #620305. Grayscale: #DFDFDF. Windows color (decimal): -6423302 or 16448669. OLE color: 16448669.
HSL color Cylindrical-coordinate representation of color #9DFCFA: hue angle of 178.74º degrees, saturation: 0.94, 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 #9DFCFA is Cyan = 0.38, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 157 | 252 | 250 | - |
| CMYK | 0.38 | 0 | 0.01 | 0.01 |
| HSL | 178.74º | 0.94% | 0.8% | - |
| HSV(B) | 178.74º | 0.38% | 0.99% | - |
| XYZ | 65.97 | 83.69 | 103.12 | - |
| YUV | 223.37 | 143.03 | 80.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 252 | 250 | 0.38 | 0 | 0.01 | 0.01 | 178.74 | 0.94 | 0.8 |
| Hex | 9D | FC | FA | 26 | 0 | 1 | 1 | B3 | 5E | 50 |
| Octal | 235 | 374 | 372 | 46 | 0 | 1 | 1 | 263 | 136 | 120 |
| Binary | 10011101 | 11111100 | 11111010 | 100110 | 0 | 1 | 1 | 10110011 | 1011110 | 1010000 |
Color Harmonies of #9DFCFA
Complementary color
Monochromatic Colors of #9DFCFA
Black with #9DFCFA
Text Example
Text Example
White with #9DFCFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DFCFA; }
p { color: rgb(157,252,250); }
H1.HeaderClassName
{
color: #9DFCFA;
}
.AnyTagClassName
{
color: #9DFCFA;
}
</style>
background-color css
<style>
a { background-color: #9DFCFA; }
a { background-color: rgb(157,252,250); }
div.DivClassName
{
background-color: #9DFCFA;
}
.BgClassName
{
background-color: #9DFCFA;
}
</style>
border-color css
<style>
span { border-color: #9DFCFA; }
span { border-color: rgb(157,252,250); }
td.TdClassName
{
border-color: #9DFCFA;
}
.TagClassName
{
border-color: #9DFCFA;
}
</style>