Shades of Pale Turquoise #9DFFFF
Tints of Pale Turquoise #9DFFFF
RGB
CMYK
RGB Variations
Color information
#9DFFFF (or 0x9DFFFF) is known color: Pale Turquoise. HEX triplet: 9D, FF and FF. RGB value is (157,255,255). Sum of RGB (Red+Green+Blue) = 157+255+255=667 (88% of max value = 765). Red value is 157 (61.72% from 255 or 23.54% from 667); Green value is 255 (100% from 255 or 38.23% from 667); Blue value is 255 (100% from 255 or 38.23% from 667); Max value from RGB is 255 - color contains mainly: green, blue. Hex color #9DFFFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9DFFFF is #620000. Grayscale: #E1E1E1. Windows color (decimal): -6422529 or 16777117. OLE color: 16777117.
HSL color Cylindrical-coordinate representation of color #9DFFFF: hue angle of 180º 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 #9DFFFF is Cyan = 0.38, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 157 | 255 | 255 | - |
| CMYK | 0.38 | 0 | 0 | 0 |
| HSL | 180º | 1% | 0.81% | - |
| HSV(B) | 180º | 0.38% | 1% | - |
| XYZ | 67.71 | 85.91 | 107.62 | - |
| YUV | 225.7 | 144.53 | 79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 255 | 255 | 0.38 | 0 | 0 | 0 | 180 | 1 | 0.81 |
| Hex | 9D | FF | FF | 26 | 0 | 0 | 0 | B4 | 64 | 51 |
| Octal | 235 | 377 | 377 | 46 | 0 | 0 | 0 | 264 | 144 | 121 |
| Binary | 10011101 | 11111111 | 11111111 | 100110 | 0 | 0 | 0 | 10110100 | 1100100 | 1010001 |
Color Harmonies of #9DFFFF
Complementary color
Monochromatic Colors of #9DFFFF
Black with #9DFFFF
Text Example
Text Example
White with #9DFFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DFFFF; }
p { color: rgb(157,255,255); }
H1.HeaderClassName
{
color: #9DFFFF;
}
.AnyTagClassName
{
color: #9DFFFF;
}
</style>
background-color css
<style>
a { background-color: #9DFFFF; }
a { background-color: rgb(157,255,255); }
div.DivClassName
{
background-color: #9DFFFF;
}
.BgClassName
{
background-color: #9DFFFF;
}
</style>
border-color css
<style>
span { border-color: #9DFFFF; }
span { border-color: rgb(157,255,255); }
td.TdClassName
{
border-color: #9DFFFF;
}
.TagClassName
{
border-color: #9DFFFF;
}
</style>