Shades of Pale Turquoise #97F9EF
Tints of Pale Turquoise #97F9EF
RGB
CMYK
RGB Variations
Color information
#97F9EF (or 0x97F9EF) is known color: Pale Turquoise. HEX triplet: 97, F9 and EF. RGB value is (151,249,239). Sum of RGB (Red+Green+Blue) = 151+249+239=639 (84% of max value = 765). Red value is 151 (59.38% from 255 or 23.63% from 639); Green value is 249 (97.66% from 255 or 38.97% from 639); Blue value is 239 (93.75% from 255 or 37.40% from 639); Max value from RGB is 249 - color contains mainly: green. Hex color #97F9EF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #97F9EF is #680610. Grayscale: #DADADA. Windows color (decimal): -6817297 or 15726999. OLE color: 15726999.
HSL color Cylindrical-coordinate representation of color #97F9EF: hue angle of 173.88º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #97F9EF is Cyan = 0.39, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 151 | 249 | 239 | - |
| CMYK | 0.39 | 0 | 0.04 | 0.02 |
| HSL | 173.88º | 0.89% | 0.78% | - |
| HSV(B) | 173.88º | 0.39% | 0.98% | - |
| XYZ | 62.22 | 80.56 | 93.93 | - |
| YUV | 218.56 | 139.53 | 79.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 249 | 239 | 0.39 | 0 | 0.04 | 0.02 | 173.88 | 0.89 | 0.78 |
| Hex | 97 | F9 | EF | 27 | 0 | 4 | 2 | AE | 59 | 4E |
| Octal | 227 | 371 | 357 | 47 | 0 | 4 | 2 | 256 | 131 | 116 |
| Binary | 10010111 | 11111001 | 11101111 | 100111 | 0 | 100 | 10 | 10101110 | 1011001 | 1001110 |
Color Harmonies of #97F9EF
Complementary color
Monochromatic Colors of #97F9EF
Black with #97F9EF
Text Example
Text Example
White with #97F9EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97F9EF; }
p { color: rgb(151,249,239); }
H1.HeaderClassName
{
color: #97F9EF;
}
.AnyTagClassName
{
color: #97F9EF;
}
</style>
background-color css
<style>
a { background-color: #97F9EF; }
a { background-color: rgb(151,249,239); }
div.DivClassName
{
background-color: #97F9EF;
}
.BgClassName
{
background-color: #97F9EF;
}
</style>
border-color css
<style>
span { border-color: #97F9EF; }
span { border-color: rgb(151,249,239); }
td.TdClassName
{
border-color: #97F9EF;
}
.TagClassName
{
border-color: #97F9EF;
}
</style>