Shades of Pale Turquoise #97F1E9
Tints of Pale Turquoise #97F1E9
RGB
CMYK
RGB Variations
Color information
#97F1E9 (or 0x97F1E9) is known color: Pale Turquoise. HEX triplet: 97, F1 and E9. RGB value is (151,241,233). Sum of RGB (Red+Green+Blue) = 151+241+233=625 (82% of max value = 765). Red value is 151 (59.38% from 255 or 24.16% from 625); Green value is 241 (94.53% from 255 or 38.56% from 625); Blue value is 233 (91.41% from 255 or 37.28% from 625); Max value from RGB is 241 - color contains mainly: green. Hex color #97F1E9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #97F1E9 is #680E16. Grayscale: #D5D5D5. Windows color (decimal): -6819351 or 15331735. OLE color: 15331735.
HSL color Cylindrical-coordinate representation of color #97F1E9: hue angle of 174.67º degrees, saturation: 0.76, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #97F1E9 is Cyan = 0.37, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 151 | 241 | 233 | - |
| CMYK | 0.37 | 0 | 0.03 | 0.05 |
| HSL | 174.67º | 0.76% | 0.77% | - |
| HSV(B) | 174.67º | 0.37% | 0.95% | - |
| XYZ | 58.93 | 75.37 | 88.53 | - |
| YUV | 213.18 | 139.18 | 83.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 241 | 233 | 0.37 | 0 | 0.03 | 0.05 | 174.67 | 0.76 | 0.77 |
| Hex | 97 | F1 | E9 | 25 | 0 | 3 | 5 | AF | 4C | 4D |
| Octal | 227 | 361 | 351 | 45 | 0 | 3 | 5 | 257 | 114 | 115 |
| Binary | 10010111 | 11110001 | 11101001 | 100101 | 0 | 11 | 101 | 10101111 | 1001100 | 1001101 |
Color Harmonies of #97F1E9
Complementary color
Monochromatic Colors of #97F1E9
Black with #97F1E9
Text Example
Text Example
White with #97F1E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97F1E9; }
p { color: rgb(151,241,233); }
H1.HeaderClassName
{
color: #97F1E9;
}
.AnyTagClassName
{
color: #97F1E9;
}
</style>
background-color css
<style>
a { background-color: #97F1E9; }
a { background-color: rgb(151,241,233); }
div.DivClassName
{
background-color: #97F1E9;
}
.BgClassName
{
background-color: #97F1E9;
}
</style>
border-color css
<style>
span { border-color: #97F1E9; }
span { border-color: rgb(151,241,233); }
td.TdClassName
{
border-color: #97F1E9;
}
.TagClassName
{
border-color: #97F1E9;
}
</style>