Shades of Pale Turquoise #9DFDFF
Tints of Pale Turquoise #9DFDFF
RGB
CMYK
RGB Variations
Color information
#9DFDFF (or 0x9DFDFF) is known color: Pale Turquoise. HEX triplet: 9D, FD and FF. RGB value is (157,253,255). Sum of RGB (Red+Green+Blue) = 157+253+255=665 (88% of max value = 765). Red value is 157 (61.72% from 255 or 23.61% from 665); Green value is 253 (99.22% from 255 or 38.05% from 665); Blue value is 255 (100% from 255 or 38.35% from 665); Max value from RGB is 255 - color contains mainly: blue. Hex color #9DFDFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9DFDFF is #620200. Grayscale: #E0E0E0. Windows color (decimal): -6423041 or 16776605. OLE color: 16776605.
HSL color Cylindrical-coordinate representation of color #9DFDFF: hue angle of 181.22º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9DFDFF is Cyan = 0.38, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 157 | 253 | 255 | - |
| CMYK | 0.38 | 0.01 | 0 | 0 |
| HSL | 181.22º | 1% | 0.81% | - |
| HSV(B) | 181.22º | 0.38% | 1% | - |
| XYZ | 67.08 | 84.64 | 107.41 | - |
| YUV | 224.52 | 145.2 | 79.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 253 | 255 | 0.38 | 0.01 | 0 | 0 | 181.22 | 1 | 0.81 |
| Hex | 9D | FD | FF | 26 | 1 | 0 | 0 | B5 | 64 | 51 |
| Octal | 235 | 375 | 377 | 46 | 1 | 0 | 0 | 265 | 144 | 121 |
| Binary | 10011101 | 11111101 | 11111111 | 100110 | 1 | 0 | 0 | 10110101 | 1100100 | 1010001 |
Color Harmonies of #9DFDFF
Complementary color
Monochromatic Colors of #9DFDFF
Black with #9DFDFF
Text Example
Text Example
White with #9DFDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DFDFF; }
p { color: rgb(157,253,255); }
H1.HeaderClassName
{
color: #9DFDFF;
}
.AnyTagClassName
{
color: #9DFDFF;
}
</style>
background-color css
<style>
a { background-color: #9DFDFF; }
a { background-color: rgb(157,253,255); }
div.DivClassName
{
background-color: #9DFDFF;
}
.BgClassName
{
background-color: #9DFDFF;
}
</style>
border-color css
<style>
span { border-color: #9DFDFF; }
span { border-color: rgb(157,253,255); }
td.TdClassName
{
border-color: #9DFDFF;
}
.TagClassName
{
border-color: #9DFDFF;
}
</style>