Shades of Pale Turquoise #9FF5FE
Tints of Pale Turquoise #9FF5FE
RGB
CMYK
RGB Variations
Color information
#9FF5FE (or 0x9FF5FE) is known color: Pale Turquoise. HEX triplet: 9F, F5 and FE. RGB value is (159,245,254). Sum of RGB (Red+Green+Blue) = 159+245+254=658 (87% of max value = 765). Red value is 159 (62.5% from 255 or 24.16% from 658); Green value is 245 (96.09% from 255 or 37.23% from 658); Blue value is 254 (99.61% from 255 or 38.60% from 658); Max value from RGB is 254 - color contains mainly: blue. Hex color #9FF5FE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9FF5FE is #600A01. Grayscale: #DCDCDC. Windows color (decimal): -6294018 or 16709023. OLE color: 16709023.
HSL color Cylindrical-coordinate representation of color #9FF5FE: hue angle of 185.68º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9FF5FE is Cyan = 0.37, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 159 | 245 | 254 | - |
| CMYK | 0.37 | 0.04 | 0 | 0.00 |
| HSL | 185.68º | 0.98% | 0.81% | - |
| HSV(B) | 185.68º | 0.37% | 1% | - |
| XYZ | 64.84 | 79.83 | 105.76 | - |
| YUV | 220.31 | 147.01 | 84.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 245 | 254 | 0.37 | 0.04 | 0 | 0.00 | 185.68 | 0.98 | 0.81 |
| Hex | 9F | F5 | FE | 25 | 4 | 0 | 0 | BA | 62 | 51 |
| Octal | 237 | 365 | 376 | 45 | 4 | 0 | 0 | 272 | 142 | 121 |
| Binary | 10011111 | 11110101 | 11111110 | 100101 | 100 | 0 | 0 | 10111010 | 1100010 | 1010001 |
Color Harmonies of #9FF5FE
Complementary color
Monochromatic Colors of #9FF5FE
Black with #9FF5FE
Text Example
Text Example
White with #9FF5FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FF5FE; }
p { color: rgb(159,245,254); }
H1.HeaderClassName
{
color: #9FF5FE;
}
.AnyTagClassName
{
color: #9FF5FE;
}
</style>
background-color css
<style>
a { background-color: #9FF5FE; }
a { background-color: rgb(159,245,254); }
div.DivClassName
{
background-color: #9FF5FE;
}
.BgClassName
{
background-color: #9FF5FE;
}
</style>
border-color css
<style>
span { border-color: #9FF5FE; }
span { border-color: rgb(159,245,254); }
td.TdClassName
{
border-color: #9FF5FE;
}
.TagClassName
{
border-color: #9FF5FE;
}
</style>