Shades of Pale Turquoise #9DF6FA
Tints of Pale Turquoise #9DF6FA
RGB
CMYK
RGB Variations
Color information
#9DF6FA (or 0x9DF6FA) is known color: Pale Turquoise. HEX triplet: 9D, F6 and FA. RGB value is (157,246,250). Sum of RGB (Red+Green+Blue) = 157+246+250=653 (86% of max value = 765). Red value is 157 (61.72% from 255 or 24.04% from 653); Green value is 246 (96.48% from 255 or 37.67% from 653); Blue value is 250 (98.05% from 255 or 38.28% from 653); Max value from RGB is 250 - color contains mainly: blue. Hex color #9DF6FA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9DF6FA is #620905. Grayscale: #DBDBDB. Windows color (decimal): -6424838 or 16447133. OLE color: 16447133.
HSL color Cylindrical-coordinate representation of color #9DF6FA: hue angle of 182.58º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9DF6FA is Cyan = 0.37, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 157 | 246 | 250 | - |
| CMYK | 0.37 | 0.02 | 0 | 0.02 |
| HSL | 182.58º | 0.9% | 0.8% | - |
| HSV(B) | 182.58º | 0.37% | 0.98% | - |
| XYZ | 64.12 | 79.98 | 102.5 | - |
| YUV | 219.85 | 145.01 | 83.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 246 | 250 | 0.37 | 0.02 | 0 | 0.02 | 182.58 | 0.9 | 0.8 |
| Hex | 9D | F6 | FA | 25 | 2 | 0 | 2 | B7 | 5A | 50 |
| Octal | 235 | 366 | 372 | 45 | 2 | 0 | 2 | 267 | 132 | 120 |
| Binary | 10011101 | 11110110 | 11111010 | 100101 | 10 | 0 | 10 | 10110111 | 1011010 | 1010000 |
Color Harmonies of #9DF6FA
Complementary color
Monochromatic Colors of #9DF6FA
Black with #9DF6FA
Text Example
Text Example
White with #9DF6FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DF6FA; }
p { color: rgb(157,246,250); }
H1.HeaderClassName
{
color: #9DF6FA;
}
.AnyTagClassName
{
color: #9DF6FA;
}
</style>
background-color css
<style>
a { background-color: #9DF6FA; }
a { background-color: rgb(157,246,250); }
div.DivClassName
{
background-color: #9DF6FA;
}
.BgClassName
{
background-color: #9DF6FA;
}
</style>
border-color css
<style>
span { border-color: #9DF6FA; }
span { border-color: rgb(157,246,250); }
td.TdClassName
{
border-color: #9DF6FA;
}
.TagClassName
{
border-color: #9DF6FA;
}
</style>